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 |
---|---|
java.util.Collection<Annotation> |
AnnotationRepository.getAnnotation(java.lang.Class<?> annotation)
Get the instances of an annotation
|
java.util.Collection<Annotation> |
AnnotationRepository.getAnnotation(java.lang.String annotation)
Get the instances of an annotation
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Annotation> |
AnnotationRepositoryImpl.getAnnotation(java.lang.Class<?> annotation)
Get the instances of an annotation
|
java.util.Collection<Annotation> |
AnnotationRepositoryImpl.getAnnotation(java.lang.String annotation)
Get the instances of an annotation
|
java.util.Collection<Annotation> |
ClassInfo.getAnnotations()
Get the annotations
|
java.util.Collection<Annotation> |
ClassInfo.getAnnotations(java.lang.String clz)
Get the annotations
|
Modifier and Type | Method and Description |
---|---|
void |
ClassInfo.addAnnotation(java.lang.String key,
Annotation annotation)
Add an annotation
|
void |
AnnotationRepositoryImpl.registerAnnotation(java.lang.String clz,
java.lang.String key,
Annotation a)
Register an annotation on a class
|
Copyright ? 2009 Red Hat Middleware LLC (http://www.jboss.com/)