Package org.bytedeco.javacpp.annotation
Annotation Type Function
-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface Function
Overrides the detection of allocators, getters, and setters. Indicates to theGenerator
that we wish the method to call the corresponding C++ function.- See Also:
Allocator
,ArrayAllocator
,MemberGetter
,MemberSetter
,ValueSetter
,ValueGetter
,Generator