Package org.bytedeco.javacpp
Interface LoadEnabled
-
- All Known Implementing Classes:
javacpp
@ConsumerType public interface LoadEnabled
Classes implementing this interface can access and modify theClassProperties
produced from theirProperties
whenLoader.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
ConsumerType
interface. Adding methods will be considered a breaking change.- See Also:
Loader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
init(ClassProperties properties)
-
-
-
Method Detail
-
init
void init(ClassProperties properties)
-
-