Uses of Package
org.bytedeco.javacpp.annotation
-
Packages that use org.bytedeco.javacpp.annotation Package Description org.bytedeco.javacpp Contains the main set of classes for JavaCPP at runtime.org.bytedeco.javacpp.annotation Contains all the annotation classes used by JavaCPP.org.bytedeco.javacpp.presets Contains base presets which can be inherited.org.bytedeco.javacpp.tools Contains classes used at build time by JavaCPP. -
Classes in org.bytedeco.javacpp.annotation used by org.bytedeco.javacpp Class Description Cast Indicates a type cast required on the argument to satisfy the native compiler.Name Names the identifier of a native C++ struct, class, union, function, variable, operator, macro, etc.Platform 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.Properties Makes it possible to define more than one set of properties for each platform.Raw Allows passing and returning Java objects with native functions and raw JNI types.ValueGetter An annotation indicating that a method should behave like a value getter.ValueSetter An annotation indicating that a method should behave like a value setter. -
Classes in org.bytedeco.javacpp.annotation used by org.bytedeco.javacpp.annotation Class Description Adapter Specifies a C++ class to act as an adapter between a target type and one or more adaptee type(s).Cast Indicates a type cast required on the argument to satisfy the native compiler.Platform 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. -
Classes in org.bytedeco.javacpp.annotation used by org.bytedeco.javacpp.presets Class Description Properties Makes 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 Class Description Allocator An annotation indicating that a method should behave like an allocator.