Package | Description |
---|---|
org.jboss.papaki.impl |
Contains the implementation of the core project classes.
|
org.jboss.papaki.javalangreflect |
Contains the implementation of the scanning strategy that uses the
java.lang.reflect package. |
org.jboss.papaki.javassistclasspool |
Contains the implementation of the scanning strategy that uses Javassist ClassPool.
|
org.jboss.papaki.javassistinputstream |
Contains the implementation of the scanning strategy that uses inputstream's and the Javassist library.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJavassistAnnotationScanner
An abstract annotation scanner - base class for Javassist based implementations
|
Modifier and Type | Class and Description |
---|---|
class |
JavaClass
An annotation scanner using java.lang.reflect
|
Modifier and Type | Class and Description |
---|---|
class |
JavassistClassPool
An annotation scanner using Javassist's ClassLoader
|
Modifier and Type | Class and Description |
---|---|
class |
JavassistInputStream
An annotation scanner using Javassist and InputStream
|
Copyright ? 2009 Red Hat Middleware LLC (http://www.jboss.com/)