AbstractDiscoverableAnnotationHandler |
DiscoverableAnnotationHandler
Base class for handling the discovery of an annotation.
|
AnnotationConfiguration.ParserTask |
ParserTask
Task to executing scanning of a resource for annotations.
|
AnnotationConfiguration.ServletContainerInitializerOrdering |
ServletContainerInitializerOrdering
|
AnnotationConfiguration.TimeStatistic |
TimeStatistic
Simple class to capture elapsed time of an operation.
|
AnnotationIntrospector |
AnnotationIntrospector
Introspects a class to find various types of
annotations as defined by the servlet specification.
|
AnnotationIntrospector.AbstractIntrospectableAnnotationHandler |
AbstractIntrospectableAnnotationHandler
Base class for handlers that introspect a class to find a particular annotation.
|
AnnotationIntrospector.IntrospectableAnnotationHandler |
IntrospectableAnnotationHandler
Interface for all handlers that wish to introspect a class to find a particular annotation
|
AnnotationParser |
AnnotationParser
|
AnnotationParser.AbstractHandler |
Convenience base class to provide no-ops for all Handler methods.
|
AnnotationParser.ClassInfo |
Immutable information gathered by parsing class header.
|
AnnotationParser.FieldInfo |
Immutable information gathered by parsing a field on a class.
|
AnnotationParser.Handler |
Signature for all handlers that respond to parsing class files.
|
AnnotationParser.MethodInfo |
Immutable information gathered by parsing a method on a class.
|
ClassInheritanceHandler |
ClassInheritanceHandler
As asm scans for classes, remember the type hierarchy.
|
ContainerInitializerAnnotationHandler |
ContainerInitializerAnnotationHandler
|