Class DiscoveredAnnotation


  • @Deprecated(since="2021-05-27")
    public abstract class DiscoveredAnnotation
    extends java.lang.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,
                                    java.lang.String className)
        Deprecated.
      • DiscoveredAnnotation

        public DiscoveredAnnotation​(WebAppContext context,
                                    java.lang.String className,
                                    Resource resource)
        Deprecated.
    • Method Detail

      • apply

        public abstract void apply()
        Deprecated.
      • getResource

        public Resource getResource()
        Deprecated.
      • getTargetClass

        public java.lang.Class<?> getTargetClass()
        Deprecated.