API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.lang.model.element. AnnotationMirror View Source
Author(s)
Joseph D. Darcy
Scott Seligman
Peter von der Ahé
Since
1.6
Version
1.4 06/07/11
Serial
Hierarchy
 AnnotationMirror
Subinterfaces
Description
public interface AnnotationMirror
  Represents an annotation.
See also:   
Methods
Hide/Show inherited methods
public DeclaredType getAnnotationType ()
  Returns the type of this annotation.
public Map<ExecutableElement, AnnotationValue> getElementValues ()
  Returns the values of this annotation's elements.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar