Annotation Interface CEnumValue


@Retention(RUNTIME) @Target(METHOD) public @interface CEnumValue
Annotation for a method that returns the C integer value for a Java enumeration object. The method must be within a class annotated with CEnum. The method must be declared non-static, native, and must not have any parameters. The method can have any name.
Since:
19.0