Package org.jboss.resteasy.annotations
Annotation Type Decorator
- 
@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface Decorator
Meta-annotation to be placed on another annotation that triggers decoration- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 - See Also:
 DecoratorProcessor,DecorateTypes
 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends DecoratorProcessor>processorClass<?>target 
 - 
 
- 
- 
Element Detail
- 
processor
Class<? extends DecoratorProcessor> processor
 
 - 
 
- 
- 
target
Class<?> target
 
 - 
 
 -