API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.lang.model.element. AnnotationValue View Source
Author(s)
Joseph D. Darcy
Scott Seligman
Peter von der Ahé
Since
1.6
Version
1.4 06/07/31
Serial
Hierarchy
 AnnotationValue
Subinterfaces
Description
public interface AnnotationValue
  Represents a value of an annotation type element.
See also:   
Methods
Hide/Show inherited methods
public R accept (AnnotationValueVisitor< R, P> v, P p)
  Applies a visitor to this value.
public Object getValue ()
  Returns the value.
public String toString ()
  Returns a string representation of this value.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar