Uses of Class
org.eclipse.jetty.ee11.webapp.DiscoveredAnnotation
-
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<org.eclipse.jetty.util.resource.Resource, List<DiscoveredAnnotation>> MetaData._annotationsMethods in org.eclipse.jetty.ee11.webapp with parameters of type DiscoveredAnnotationModifier and TypeMethodDescriptionvoidMetaData.addDiscoveredAnnotation(DiscoveredAnnotation annotation) Add an annotation that has been discovered on a class, method or field within a resource eg a jar or dir.