Uses of Class
org.eclipse.jetty.ee11.webapp.DiscoveredAnnotation
Packages that use DiscoveredAnnotation
Package
Description
Jetty Annotations : Support for Servlet Annotations
Jetty Util : Modular Web Application Support
-
Uses of DiscoveredAnnotation in org.eclipse.jetty.ee11.annotations
Subclasses of DiscoveredAnnotation in org.eclipse.jetty.ee11.annotationsModifier and TypeClassDescriptionclass
WebFilterAnnotationclass
WebListenerAnnotationclass
WebServletAnnotationMethods in org.eclipse.jetty.ee11.annotations with parameters of type DiscoveredAnnotationModifier and TypeMethodDescriptionvoid
AbstractDiscoverableAnnotationHandler.addAnnotation
(DiscoveredAnnotation a) -
Uses of DiscoveredAnnotation in org.eclipse.jetty.ee11.webapp
Fields in org.eclipse.jetty.ee11.webapp with type parameters of type DiscoveredAnnotationModifier and TypeFieldDescriptionprotected final Map
<Resource, List<DiscoveredAnnotation>> MetaData._annotations
Methods in org.eclipse.jetty.ee11.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.