Package | Description |
---|---|
org.jboss.jca.common.annotations |
This package contains classes that handles common annotations operations.
|
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 | Method and Description |
---|---|
Connector |
Annotations.merge(Connector connector,
AnnotationRepository annotationRepository,
java.lang.ClassLoader classLoader)
Scan for annotations in the URLs specified
|
Connector |
Annotations.process(AnnotationRepository annotationRepository,
java.lang.String xmlResourceAdapterClass,
java.lang.ClassLoader classLoader)
Process annotations
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationRepositoryImpl
An AnnotationRepositoryImpl.
|
Modifier and Type | Method and Description |
---|---|
AnnotationRepository |
AnnotationScannerImpl.scan(java.net.URL[] urls,
java.lang.ClassLoader cl)
scan urls for annotation with given classloader
|
Modifier and Type | Method and Description |
---|---|
AnnotationRepository |
AnnotationScanner.scan(java.net.URL[] urls,
java.lang.ClassLoader cl)
scan urls for annotation with given classloader
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)