|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface Decorator
Meta-annotation to be placed on another annotation that triggers decoration
DecoratorProcessor
,
DecorateTypes
Required Element Summary | |
---|---|
java.lang.Class<? extends DecoratorProcessor> |
processor
|
java.lang.Class<?> |
target
|
Element Detail |
---|
public abstract java.lang.Class<? extends DecoratorProcessor> processor
public abstract java.lang.Class<?> target
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |