Package org.eclipse.jetty.annotations
Class AnnotationIntrospector
java.lang.Object
org.eclipse.jetty.annotations.AnnotationIntrospector
AnnotationIntrospector
Introspects a class to find various types of
annotations as defined by the servlet specification.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
AbstractIntrospectableAnnotationHandler Base class for handlers that introspect a class to find a particular annotation.static interface
IntrospectableAnnotationHandler Interface for all handlers that wish to introspect a class to find a particular annotation -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List
<AnnotationIntrospector.IntrospectableAnnotationHandler> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_introspectedClasses
-
_handlers
-
-
Constructor Details
-
AnnotationIntrospector
public AnnotationIntrospector()
-
-
Method Details
-
registerHandler
-
introspect
-