Uses of Interface
org.jboss.reflect.spi.AnnotationAttribute

Packages that use AnnotationAttribute
org.jboss.reflect.plugins Abstract extended reflection implementations. 
org.jboss.reflect.spi Extended Reflection API. 
 

Uses of AnnotationAttribute in org.jboss.reflect.plugins
 

Classes in org.jboss.reflect.plugins that implement AnnotationAttribute
 class AnnotationAttributeImpl
          An annotation attribute
 

Fields in org.jboss.reflect.plugins declared as AnnotationAttribute
protected  AnnotationAttribute[] AnnotationInfoImpl.attributes
          The attributes
 

Methods in org.jboss.reflect.plugins that return AnnotationAttribute
 AnnotationAttribute AnnotationInfoImpl.getAttribute(String name)
           
 AnnotationAttribute[] AnnotationInfoImpl.getAttributes()
           
 

Uses of AnnotationAttribute in org.jboss.reflect.spi
 

Methods in org.jboss.reflect.spi that return AnnotationAttribute
 AnnotationAttribute AnnotationInfo.getAttribute(String name)
          Get an attribute
 AnnotationAttribute[] AnnotationInfo.getAttributes()
          Get the attributes
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.