Package org.eclipse.jetty.annotations
Class AnnotationIntrospector
- java.lang.Object
-
- org.eclipse.jetty.annotations.AnnotationIntrospector
-
public class AnnotationIntrospector extends java.lang.Object
AnnotationIntrospector Introspects a class to find various types of annotations as defined by the servlet specification.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
AbstractIntrospectableAnnotationHandler Base class for handlers that introspect a class to find a particular annotation.static interface
AnnotationIntrospector.IntrospectableAnnotationHandler
IntrospectableAnnotationHandler Interface for all handlers that wish to introspect a class to find a particular annotation
-
Constructor Summary
Constructors Constructor Description AnnotationIntrospector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
introspect(java.lang.Class<?> clazz)
void
registerHandler(AnnotationIntrospector.IntrospectableAnnotationHandler handler)
-
-
-
Method Detail
-
registerHandler
public void registerHandler(AnnotationIntrospector.IntrospectableAnnotationHandler handler)
-
introspect
public void introspect(java.lang.Class<?> clazz)
-
-