Uses of Package
org.bytedeco.javacpp.annotation

Package
Description
Contains the main set of classes for JavaCPP at runtime.
Contains all the annotation classes used by JavaCPP.
Contains base presets which can be inherited.
  • Class
    Description
    Indicates a type cast required on the argument to satisfy the native compiler.
    Names the identifier of a native C++ struct, class, union, function, variable, operator, macro, etc.
    Defines native properties for a top-level enclosing class as well as indicates classes and methods that should be generated or not, for specified platforms.
    Makes it possible to define more than one set of properties for each platform.
    Allows passing and returning Java objects with native functions and raw JNI types.
    An annotation indicating that a method should behave like a value getter.
    An annotation indicating that a method should behave like a value setter.
  • Class
    Description
    Specifies a C++ class to act as an adapter between a target type and one or more adaptee type(s).
    Indicates a type cast required on the argument to satisfy the native compiler.
  • Class
    Description
    Makes it possible to define more than one set of properties for each platform.