|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface PropertySetter
Annotation for marking permanent properties' setter methods.
This annotation has to be used with a corresponding PropertyGetter
annotation with the same name in
the same class.
Required Element Summary | |
---|---|
String |
name
|
Element Detail |
---|
public abstract String name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |