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
 java.lang.String value
          The name of the field for which this method is an accessor.
 

Element Detail

value

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



Copyright © 2007-2010. All Rights Reserved.