|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@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
Returns the decorated method name defined in the Class returned by targetType() |
Class<?> |
targetType
Returns the decorated type |
Class<? extends Annotation>[] |
with
Returns a list of annotation types that are 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 | |||||||||