public interface org.springframework.beans.factory.wiring.BeanWiringInfoResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.beans.factory.wiring.BeanWiringInfoResolver
  super_class: java.lang.Object
{
  public abstract org.springframework.beans.factory.wiring.BeanWiringInfo resolveWiringInfo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/springframework/beans/factory/wiring/BeanWiringInfo;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
              Name  Flags
      beanInstance  
}
SourceFile: "BeanWiringInfoResolver.java"