|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface PropertyInfo
Adds information to a field to look for the getter and setter method.
Optional Element Summary | |
---|---|
String |
getter Returns the name of the getter method of this property. |
String |
setter Returns the name of the setter method of this property. |
public abstract String getter
public abstract String setter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |