Package | Description |
---|---|
org.eclipse.jetty.webapp |
Modifier and Type | Field and Description |
---|---|
protected List<DiscoveredAnnotation> |
MetaData._annotations |
protected Map<Resource,List<DiscoveredAnnotation>> |
MetaData._webFragmentAnnotations |
Modifier and Type | Method and Description |
---|---|
void |
MetaData.addDiscoveredAnnotation(Resource resource,
DiscoveredAnnotation annotation) |
Modifier and Type | Method and Description |
---|---|
void |
MetaData.addDiscoveredAnnotations(List<DiscoveredAnnotation> annotations)
Annotations not associated with a WEB-INF/lib fragment jar.
|
void |
MetaData.addDiscoveredAnnotations(Resource resource,
List<DiscoveredAnnotation> annotations) |
Copyright © 1995–2014 Mort Bay Consulting. All rights reserved.