Annotation Type Order
- 
 @Target(METHOD) @Retention(RUNTIME) @Documented @UseWith(SERVICE_DECORATOR) public @interface Order Used with a service decorator method to control the order in which decorations occur. Identifies other decorators which should occur before the annotated decorator.- See Also:
- DecoratorDef
 
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description java.lang.String[]valueAny number of ordering constraint strings.
 
- 
- 
- 
Element Detail- 
valuejava.lang.String[] value Any number of ordering constraint strings.
 
- 
 
-