public interface org.apache.commons.digester.annotations.DigesterLoaderHandler<A extends java.lang.annotation.Annotation, E extends java.lang.reflect.AnnotatedElement>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.commons.digester.annotations.DigesterLoaderHandler
  super_class: java.lang.Object
{
  public abstract void handle(A, E, org.apache.commons.digester.annotations.FromAnnotationsRuleSet);
    descriptor: (Ljava/lang/annotation/Annotation;Ljava/lang/reflect/AnnotatedElement;Lorg/apache/commons/digester/annotations/FromAnnotationsRuleSet;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TA;TE;Lorg/apache/commons/digester/annotations/FromAnnotationsRuleSet;)V
    MethodParameters:
            Name  Flags
      annotation  
      element     
      ruleSet     
}
Signature: <A::Ljava/lang/annotation/Annotation;E::Ljava/lang/reflect/AnnotatedElement;>Ljava/lang/Object;
SourceFile: "DigesterLoaderHandler.java"