Interface LoadEnabled

  • All Known Implementing Classes:
    javacpp

    @ConsumerType
    public interface LoadEnabled
    Classes implementing this interface can access and modify the ClassProperties produced from their Properties when Loader.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