com.tc.backport175.bytecode |
|
Java Source File Name | Type | Comment |
AnnotationDefaults.java | Class | Container for default value of the annotations
As per spec, default values are "unnamed" annotation on the element method of the annotation interface. |
AnnotationElement.java | Class | Abstractions for the different reader elements. |
AnnotationReader.java | Class | Reads Java 5
java.lang.annotation.RetentionPolicy.RUNTIME and
java.lang.annotation.RetentionPolicy.CLASS annotations from the class' bytecode.
Can be used with a custom implementation of the
org.codehaus.backport175.reader.bytecode.spi.BytecodeProvider interface.
Note: does not handles
java.lang.annotation.Inherited feature. |
DefaultBytecodeProvider.java | Class | Default implementation of the
org.codehaus.backport175.reader.bytecode.spi.BytecodeProvider interface which
reads the bytecode from disk. |
SignatureHelper.java | Class | Returns JVM type signature for a members and types. |