|
||||||||||
| 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 | |
|---|---|
java.lang.String |
methodName
Returns the decorated method name defined in the Class returned by targetType() |
java.lang.Class<?> |
targetType
Returns the decorated type |
java.lang.Class<? extends java.lang.annotation.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 java.lang.Class<?> targetType
public abstract java.lang.String methodName
targetType()
public abstract java.lang.Class<? extends java.lang.annotation.Annotation>[] with
targetType() and
methodName().
Method
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||