Package | Description |
---|---|
org.eclipse.jetty.annotations |
Class and Description |
---|
AbstractDiscoverableAnnotationHandler
DiscoverableAnnotationHandler
|
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
Use asm to scan classes for annotations.
|
AnnotationParser.ClassHandler
ClassHandler
Responds to finding a Class
|
AnnotationParser.DiscoverableAnnotationHandler
DiscoverableAnnotationHandler
Processes an annotation when it is discovered on a class.
|
AnnotationParser.Handler
Handler
Signature for all handlers that respond to parsing class files.
|
AnnotationParser.Value |
ClassInheritanceHandler
ClassInheritanceHandler
As asm scans for classes, remember the type hierarchy.
|
ClassNameResolver |
ContainerInitializerAnnotationHandler
ContainerInitializerAnnotationHandler
Discovers classes that contain the specified annotation, either at class or
method level.
|
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.