Class DiscoveredAnnotation

java.lang.Object
org.eclipse.jetty.webapp.DiscoveredAnnotation

public abstract class DiscoveredAnnotation extends Object
DiscoveredAnnotation Represents an annotation that has been discovered by scanning source code of WEB-INF/classes and WEB-INF/lib jars.
  • Field Details

    • LOG

      private static final Logger LOG
    • _context

      protected WebAppContext _context
    • _className

      protected String _className
    • _clazz

      protected Class<?> _clazz
    • _resource

      protected Resource _resource
  • Constructor Details

  • Method Details

    • apply

      public abstract void apply()
    • getResource

      public Resource getResource()
    • getTargetClass

      public Class<?> getTargetClass()
    • loadClass

      private void loadClass()