Uses of Package
org.bytedeco.javacpp.annotation
Packages that use 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.
Contains classes used at build time by JavaCPP.
-
Classes in org.bytedeco.javacpp.annotation used by org.bytedeco.javacppClassDescriptionIndicates 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.
-
Classes in org.bytedeco.javacpp.annotation used by org.bytedeco.javacpp.annotation
-
Classes in org.bytedeco.javacpp.annotation used by org.bytedeco.javacpp.presetsClassDescriptionMakes it possible to define more than one set of properties for each platform.
-
Classes in org.bytedeco.javacpp.annotation used by org.bytedeco.javacpp.tools