|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Deprecated @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Decorate
Decorates a Method
with all the annotation which types are
specified using the with()
.
Required Element Summary | |
---|---|
String |
methodName
Deprecated. Returns the decorated method name defined in the Class returned by targetType() |
Class<?> |
targetType
Deprecated. Returns the decorated type |
Class<? extends Annotation> |
with
Deprecated. Returns the annotation type that is defined on the same annotated element and decorate the method identified by the targetType() and
methodName() . |
Element Detail |
---|
public abstract Class<?> targetType
public abstract String methodName
targetType()
public abstract Class<? extends Annotation> with
targetType()
and
methodName()
.
Method
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |