public interface org.apache.commons.beanutils.BeanIntrospector
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.commons.beanutils.BeanIntrospector
  super_class: java.lang.Object
{
  public abstract void introspect(org.apache.commons.beanutils.IntrospectionContext);
    descriptor: (Lorg/apache/commons/beanutils/IntrospectionContext;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.beans.IntrospectionException
    MethodParameters:
          Name  Flags
      icontext  
}
SourceFile: "BeanIntrospector.java"