Class DiscoveredAnnotation


  • @Deprecated(since="2021-05-27")
    public abstract class DiscoveredAnnotation
    extends Object
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    DiscoveredAnnotation Represents an annotation that has been discovered by scanning source code of WEB-INF/classes and WEB-INF/lib jars.
    • Constructor Detail

      • DiscoveredAnnotation

        public DiscoveredAnnotation​(WebAppContext context,
                                    String className)
        Deprecated.
    • Method Detail

      • apply

        public abstract void apply()
        Deprecated.
      • getResource

        public Resource getResource()
        Deprecated.
      • getTargetClass

        public Class<?> getTargetClass()
        Deprecated.