JBoss Reflection 2.2.1.SP1

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

Packages that use AnnotationAttribute
org.jboss.reflect.plugins Abstract extended reflection implementations. 
org.jboss.reflect.plugins.bytecode   
org.jboss.reflect.plugins.javassist   
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
 

Fields in org.jboss.reflect.plugins with type parameters of type AnnotationAttribute
protected  HashMap<String,AnnotationAttribute> AnnotationInfoImpl.attributeMap
          Attribute Map
 

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

Uses of AnnotationAttribute in org.jboss.reflect.plugins.bytecode
 

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

Fields in org.jboss.reflect.plugins.bytecode with type parameters of type AnnotationAttribute
protected  HashMap<String,AnnotationAttribute> BytecodeAnnotationInfo.attributeMap
          Attribute Map
 

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

Uses of AnnotationAttribute in org.jboss.reflect.plugins.javassist
 

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

Fields in org.jboss.reflect.plugins.javassist with type parameters of type AnnotationAttribute
protected  HashMap<String,AnnotationAttribute> JavassistAnnotationInfo.attributeMap
          Attribute Map
 

Methods in org.jboss.reflect.plugins.javassist that return AnnotationAttribute
 AnnotationAttribute JavassistAnnotationInfo.getAttribute(String name)
           
 AnnotationAttribute[] JavassistAnnotationInfo.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
 


JBoss Reflection 2.2.1.SP1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.