Mirror API

Uses of Interface
com.sun.mirror.declaration.AnnotationValue

Packages that use AnnotationValue
com.sun.mirror.declaration Interfaces used to model program element declarations. 
 

Uses of AnnotationValue in com.sun.mirror.declaration
 

Methods in com.sun.mirror.declaration that return AnnotationValue
 AnnotationValue AnnotationTypeElementDeclaration.getDefaultValue()
          Returns the default value of this element.
 

Methods in com.sun.mirror.declaration that return types with arguments of type AnnotationValue
 Map<AnnotationTypeElementDeclaration,AnnotationValue> AnnotationMirror.getElementValues()
          Returns this annotation's elements and their values.
 


Mirror API

Report a bug or request a feature.
Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.