Module qtjambi
Package io.qt

Annotation Type QtExtensibleEnum


@Retention(RUNTIME) @Target(TYPE) public @interface QtExtensibleEnum
This annotation marks an enum to be extensible, i.e. resolve(int) will return a custom entry for values not predefined in the enum.