@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface DecoratorOrder
@DecoratorOrder annotation on a method takes precedence over an annotation on a type.| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends Annotation>[] |
value
The order that decorator annotations will be applied, from outermost to innermost.
|
public abstract Class<? extends Annotation>[] value
Copyright © 2018. All rights reserved.