Package org.bytedeco.javacpp
Interface LoadEnabled
-
- All Known Implementing Classes:
javacpp
@ConsumerType public interface LoadEnabledClasses implementing this interface can access and modify theClassPropertiesproduced from theirPropertieswhenLoader.load(Class)gets called on them.Note that this interface is intended to be implemented by users of JavaCPP and so is marked as a
ConsumerTypeinterface. Adding methods will be considered a breaking change.- See Also:
Loader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit(ClassProperties properties)
-
-
-
Method Detail
-
init
void init(ClassProperties properties)
-
-