Class and Description |
---|
AnnotationInstance
An annotation instance represents a specific usage of an annotation on a
target.
|
AnnotationTarget
Represents an object that can be a target of an annotation.
|
AnnotationValue
An annotation value represents a specific name and value combination in the
parameter list of an annotation instance.
|
ClassInfo
Represents a class entry in an index.
|
CompositeIndex
Composite annotation index.
|
DotName
A DotName represents a dot separated name, typically a Java package or a Java class.
|
FieldInfo
Represents a field that was annotated.
|
Index
An index useful for quickly processing annotations.
|
Indexer
Analyzes and indexes the annotation and key structural information of a set
of classes.
|
IndexView
The basic contract for accessing Jandex indexed information.
|
MethodInfo
Represents a Java method that was annotated.
|
MethodParameterInfo
Represents an individual Java method parameter that was annotated.
|
Result
The result from a jar indexing operation.
|
Type
Represents a Java type declaration that is specified on methods or fields.
|
Type.Kind
Represents a "kind" of Type.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.