Annotation Interface IndexedEnum
Specifies that the annotated enum has an int ID parameter which must match the enum constant's ordinal
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionint
Returns the parameter index of the ID parameter.
-
Element Details
-
value
int valueReturns the parameter index of the ID parameter.- Returns:
- the parameter index of the ID parameter
- Default:
0
-