Uses of Class
org.eclipse.jetty.webapp.DiscoveredAnnotation

Packages that use DiscoveredAnnotation
org.eclipse.jetty.webapp   
 

Uses of DiscoveredAnnotation in org.eclipse.jetty.webapp
 

Fields in org.eclipse.jetty.webapp with type parameters of type DiscoveredAnnotation
protected  List<DiscoveredAnnotation> MetaData._annotations
           
protected  Map<Resource,List<DiscoveredAnnotation>> MetaData._webFragmentAnnotations
           
 

Method parameters in org.eclipse.jetty.webapp with type arguments of type DiscoveredAnnotation
 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-2011 Mort Bay Consulting. All Rights Reserved.