Package javax.decorator
Annotation Type Decorator
-
@Target(TYPE) @Retention(RUNTIME) @Documented @Stereotype public @interface Decorator
Defines decorator classes. Classes annotated with @Decorator will get picked up by the CDI container and 'decorate' the implemented CDI ManagedBeans. A Decorator must implement at least one of the Interfaces of it's decorated type.- Version:
- $Rev: 1667118 $ $Date: 2015-03-16 21:08:25 +0100 (Mon, 16 Mar 2015) $