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