public interface org.apache.commons.digester.annotations.DigesterRule extends java.lang.annotation.Annotation
minor version: 0
major version: 59
flags: flags: (0x2601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION
this_class: org.apache.commons.digester.annotations.DigesterRule
super_class: java.lang.Object
{
public abstract java.lang.Class<? extends org.apache.commons.digester.Rule> reflectsRule();
descriptor: ()Ljava/lang/Class;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/lang/Class<+Lorg/apache/commons/digester/Rule;>;
public abstract java.lang.Class<? extends org.apache.commons.digester.annotations.DigesterLoaderHandler<? extends java.lang.annotation.Annotation, ? extends java.lang.reflect.AnnotatedElement>> handledBy();
descriptor: ()Ljava/lang/Class;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/lang/Class<+Lorg/apache/commons/digester/annotations/DigesterLoaderHandler<+Ljava/lang/annotation/Annotation;+Ljava/lang/reflect/AnnotatedElement;>;>;
AnnotationDefault: Lorg/apache/commons/digester/annotations/handlers/DefaultLoaderHandler;
public abstract java.lang.Class<? extends org.apache.commons.digester.annotations.AnnotationRuleProvider<? extends java.lang.annotation.Annotation, ? extends java.lang.reflect.AnnotatedElement, ? extends org.apache.commons.digester.Rule>> providedBy();
descriptor: ()Ljava/lang/Class;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/lang/Class<+Lorg/apache/commons/digester/annotations/AnnotationRuleProvider<+Ljava/lang/annotation/Annotation;+Ljava/lang/reflect/AnnotatedElement;+Lorg/apache/commons/digester/Rule;>;>;
}
SourceFile: "DigesterRule.java"
RuntimeVisibleAnnotations:
java.lang.annotation.Documented()
java.lang.annotation.Target(value = {java.lang.annotation.ElementType.ANNOTATION_TYPE:Ljava/lang/annotation/ElementType;})
java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;)