| Package | Description |
|---|---|
| org.eclipse.jetty.annotations |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDiscoverableAnnotationHandler
DiscoverableAnnotationHandler
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,List<AnnotationParser.DiscoverableAnnotationHandler>> |
AnnotationParser._annotationHandlers |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationParser.DiscoverableAnnotationHandler> |
AnnotationParser.getAnnotationHandlers() |
List<AnnotationParser.DiscoverableAnnotationHandler> |
AnnotationParser.getAnnotationHandlers(String annotationName) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationParser.registerAnnotationHandler(String annotationName,
AnnotationParser.DiscoverableAnnotationHandler handler)
Register a handler that will be called back when the named annotation is
encountered on a class.
|
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.