net.java.ao
Annotation Type Accessor


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Accessor

Used to mark a particular field as an accessor. This allows two things:

Author:
Daniel Spiewak

Required Element Summary
 String value
          The name of the field for which this method is an accessor.
 

Element Detail

value

public abstract String value
The name of the field for which this method is an accessor. This will override any automatically generated field name.



Copyright © 2007-2014. All Rights Reserved.