Uses of Class
org.eclipse.jetty.webapp.DiscoveredAnnotation
Packages that use DiscoveredAnnotation
-
Uses of DiscoveredAnnotation in org.eclipse.jetty.webapp
Fields in org.eclipse.jetty.webapp with type parameters of type DiscoveredAnnotationModifier and TypeFieldDescriptionprotected final Map
<Resource, List<DiscoveredAnnotation>> MetaData._annotations
Methods in org.eclipse.jetty.webapp with parameters of type DiscoveredAnnotationModifier and TypeMethodDescriptionvoid
MetaData.addDiscoveredAnnotation
(DiscoveredAnnotation annotation) Add an annotation that has been discovered on a class, method or field within a resource eg a jar or dir.Method parameters in org.eclipse.jetty.webapp with type arguments of type DiscoveredAnnotationModifier and TypeMethodDescriptionvoid
MetaData.addDiscoveredAnnotations
(List<DiscoveredAnnotation> annotations) Annotations not associated with a WEB-INF/lib fragment jar.