@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Accessor
Used to mark a particular field as an accessor. This allows two things:
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The name of the field for which this method is an accessor.
|
Copyright © 2007-2017. All Rights Reserved.