|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Annotation

A Annotation.
| Method Summary | |
|---|---|
Object |
getAnnotation()
Get the Annotation Object |
String |
getClassName()
get the class Name of this annotation |
String |
getMemberName()
get the member name |
List<String> |
getParameterTypes()
get the list of parameters type for this annotation |
boolean |
isOnField()
check if the annotation is on a field |
boolean |
isOnMethod()
check if the annotation is on a method |
| Method Detail |
|---|
String getClassName()
Object getAnnotation()
List<String> getParameterTypes()
String getMemberName()
boolean isOnMethod()
boolean isOnField()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||