@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface Decorator
DecoratorProcessor
,
DecorateTypes
Modifier and Type | Required Element and Description |
---|---|
Class<? extends DecoratorProcessor> |
processor |
Class<?> |
target |
public abstract Class<? extends DecoratorProcessor> processor
public abstract Class<?> target
Copyright © 2018 JBoss by Red Hat. All rights reserved.