Package | Description |
---|---|
org.jboss.reflect.plugins |
Abstract extended reflection implementations.
|
org.jboss.reflect.plugins.javassist | |
org.jboss.reflect.spi |
Extended Reflection API.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationAttributeImpl
An annotation attribute
|
Modifier and Type | Field and Description |
---|---|
protected AnnotationAttribute[] |
AnnotationInfoImpl.attributes
The attributes
|
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,AnnotationAttribute> |
AnnotationInfoImpl.attributeMap
Attribute Map
|
Modifier and Type | Method and Description |
---|---|
AnnotationAttribute |
AnnotationInfoImpl.getAttribute(String name) |
AnnotationAttribute[] |
AnnotationInfoImpl.getAttributes() |
Modifier and Type | Field and Description |
---|---|
protected AnnotationAttribute[] |
JavassistAnnotationInfo.attributes
The attributes
|
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,AnnotationAttribute> |
JavassistAnnotationInfo.attributeMap
Attribute Map
|
Modifier and Type | Method and Description |
---|---|
AnnotationAttribute |
JavassistAnnotationInfo.getAttribute(String name) |
AnnotationAttribute[] |
JavassistAnnotationInfo.getAttributes() |
Modifier and Type | Method and Description |
---|---|
AnnotationAttribute |
AnnotationInfo.getAttribute(String name)
Get an attribute
|
AnnotationAttribute[] |
AnnotationInfo.getAttributes()
Get the attributes
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.