Class DiscoveredAnnotation


  • @Deprecated
    public abstract class DiscoveredAnnotation
    extends java.lang.Object
    Deprecated.
    This api is not supported anymore. Please do not use it.
    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.