Package | Description |
---|---|
org.jboss.jca.common.annotations.repository.jandex |
This package contains the Jandex annotation scanner / repository integration.
|
org.jboss.jca.common.spi.annotations.repository |
This package contains interfaces defining annotation spi.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationImpl
An AnnotationImpl.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Annotation> |
AnnotationRepositoryImpl.getAnnotation(java.lang.Class<?> annotationClass)
Return a collection of annotation of given type.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Annotation> |
AnnotationRepository.getAnnotation(java.lang.Class<?> class1)
Return a collection of annotation of given type.
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)