Package gw.lang.annotation
Annotation Type Order
-
@Retention(RUNTIME) @Target({CONSTRUCTOR,METHOD,FIELD,TYPE}) public @interface Order
To specify order of class members and such that otherwise lose declared order in bytecode. We currently use this for ordering annotation methods so we can generate constructors in declaration order. Note these constructors are for legacy purposes to provide backward support for older Gosu annotation call sites where arguments were not named.
-
-
-
value
String value
- Default:
- "method"
-
-