public class org.springframework.context.annotation.FullyQualifiedAnnotationBeanNameGenerator extends org.springframework.context.annotation.AnnotationBeanNameGenerator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.context.annotation.FullyQualifiedAnnotationBeanNameGenerator
  super_class: org.springframework.context.annotation.AnnotationBeanNameGenerator
{
  public static final org.springframework.context.annotation.FullyQualifiedAnnotationBeanNameGenerator INSTANCE;
    descriptor: Lorg/springframework/context/annotation/FullyQualifiedAnnotationBeanNameGenerator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 52
            new org.springframework.context.annotation.FullyQualifiedAnnotationBeanNameGenerator
            dup
            invokespecial org.springframework.context.annotation.FullyQualifiedAnnotationBeanNameGenerator.<init>:()V
         1: .line 51
            putstatic org.springframework.context.annotation.FullyQualifiedAnnotationBeanNameGenerator.INSTANCE:Lorg/springframework/context/annotation/FullyQualifiedAnnotationBeanNameGenerator;
         2: .line 52
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.context.annotation.FullyQualifiedAnnotationBeanNameGenerator this
         0: .line 44
            aload 0 /* this */
            invokespecial org.springframework.context.annotation.AnnotationBeanNameGenerator.<init>:()V
            return
        end local 0 // org.springframework.context.annotation.FullyQualifiedAnnotationBeanNameGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/annotation/FullyQualifiedAnnotationBeanNameGenerator;

  protected java.lang.String buildDefaultBeanName(org.springframework.beans.factory.config.BeanDefinition);
    descriptor: (Lorg/springframework/beans/factory/config/BeanDefinition;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.context.annotation.FullyQualifiedAnnotationBeanNameGenerator this
        start local 1 // org.springframework.beans.factory.config.BeanDefinition definition
         0: .line 57
            aload 1 /* definition */
            invokeinterface org.springframework.beans.factory.config.BeanDefinition.getBeanClassName:()Ljava/lang/String;
            astore 2 /* beanClassName */
        start local 2 // java.lang.String beanClassName
         1: .line 58
            aload 2 /* beanClassName */
            ifnull 2
            iconst_1
            goto 3
      StackMap locals: java.lang.String
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ldc "No bean class name set"
            invokestatic org.springframework.util.Assert.state:(ZLjava/lang/String;)V
         4: .line 59
            aload 2 /* beanClassName */
            areturn
        end local 2 // java.lang.String beanClassName
        end local 1 // org.springframework.beans.factory.config.BeanDefinition definition
        end local 0 // org.springframework.context.annotation.FullyQualifiedAnnotationBeanNameGenerator this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/springframework/context/annotation/FullyQualifiedAnnotationBeanNameGenerator;
            0    5     1     definition  Lorg/springframework/beans/factory/config/BeanDefinition;
            1    5     2  beanClassName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      definition  
}
SourceFile: "FullyQualifiedAnnotationBeanNameGenerator.java"