JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
QtJambi 6.9.1
qtjambi
io.qt
QtExtensibleEnum
Contents
Hide sidebar
❮
❯
Show sidebar
Description
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.