Package org.bytedeco.javacpp.annotation
Annotation Interface Virtual
Indicates that a method maps to a virtual function in C++.
This allows a user to override that function in Java.
- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
boolean
Pure (abstract) or not.
-
Element Details
-
value
boolean valuePure (abstract) or not.- Default:
false
-
subclasses
boolean subclasses- Default:
true
-
method
String method- Default:
""
-