public class org.eclipse.aether.internal.transport.wagon.PlexusWagonConfigurator implements org.eclipse.aether.transport.wagon.WagonConfigurator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.aether.internal.transport.wagon.PlexusWagonConfigurator
  super_class: java.lang.Object
{
  private org.codehaus.plexus.PlexusContainer container;
    descriptor: Lorg/codehaus/plexus/PlexusContainer;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.codehaus.plexus.PlexusContainer);
    descriptor: (Lorg/codehaus/plexus/PlexusContainer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.aether.internal.transport.wagon.PlexusWagonConfigurator this
         0: .line 37
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.inject cannot be resolved\n\tThe import javax.inject cannot be resolved\n\tThe import javax.inject cannot be resolved\n\tNamed cannot be resolved to a type\n\tSingleton cannot be resolved to a type\n\tInject cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.aether.internal.transport.wagon.PlexusWagonConfigurator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/internal/transport/wagon/PlexusWagonConfigurator;
    RuntimeInvisibleAnnotations: 
      Inject()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Inject()
    MethodParameters:
           Name  Flags
      container  final

  public void configure(org.apache.maven.wagon.Wagon, java.lang.Object);
    descriptor: (Lorg/apache/maven/wagon/Wagon;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.aether.internal.transport.wagon.PlexusWagonConfigurator this
         0: .line 62
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.aether.internal.transport.wagon.PlexusWagonConfigurator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/internal/transport/wagon/PlexusWagonConfigurator;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
               Name  Flags
      wagon          
      configuration  
}
SourceFile: "PlexusWagonConfigurator.java"
NestMembers:
  org.eclipse.aether.internal.transport.wagon.PlexusWagonConfigurator$WagonComponentConfigurator
InnerClasses:
  WagonComponentConfigurator = org.eclipse.aether.internal.transport.wagon.PlexusWagonConfigurator$WagonComponentConfigurator of org.eclipse.aether.internal.transport.wagon.PlexusWagonConfigurator
    RuntimeInvisibleAnnotations: 
      Singleton()