Package | Description |
---|---|
org.jboss.papaki |
This is the main package of the Papaki project.
|
org.jboss.papaki.impl |
Contains the implementation of the core project classes.
|
Modifier and Type | Method and Description |
---|---|
AnnotationType |
Annotation.getType()
Get the annotation type
|
static AnnotationType |
AnnotationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationType[] |
AnnotationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Annotation(java.lang.String annotationClassName,
java.lang.Object annotation,
AnnotationType type,
java.lang.String className,
java.lang.String memberName,
java.lang.String[] parameterTypes,
int parameterIndex)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractJavassistAnnotationScanner.processAnnotation(java.lang.Object annotation,
AnnotationType type,
java.lang.String className,
java.lang.String memberName,
java.lang.String[] parameterTypes,
int parameterIndex,
AnnotationRepositoryImpl ari,
java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> annotationToClasses,
java.util.Map<java.lang.String,ClassInfo> classInfo)
Add an annotation to the result map
|
Copyright ? 2009 Red Hat Middleware LLC (http://www.jboss.com/)