|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface MethodTemplate
Indicates the method that keeps the annotations that correspond to a domain annotation at method level.
Required Element Summary | |
---|---|
String |
annotatedClass
Informs the name of the class that keeps the annotations that correspond to a domain annotation at method level. |
String |
method
Informs the name of the actual method that keeps the annotations that correspond to the domain annotation. |
Element Detail |
---|
public abstract String annotatedClass
public abstract String method
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |