public final class org.eclipse.aether.collection.DependencyManagement
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.aether.collection.DependencyManagement
  super_class: java.lang.Object
{
  private java.lang.String version;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String scope;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Boolean optional;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Collection<org.eclipse.aether.graph.Exclusion> exclusions;
    descriptor: Ljava/util/Collection;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Collection<Lorg/eclipse/aether/graph/Exclusion;>;

  private java.util.Map<java.lang.String, java.lang.String> properties;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.collection.DependencyManagement this
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            return
        end local 0 // org.eclipse.aether.collection.DependencyManagement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/aether/collection/DependencyManagement;

  public java.lang.String getVersion();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.collection.DependencyManagement this
         0: .line 61
            aload 0 /* this */
            getfield org.eclipse.aether.collection.DependencyManagement.version:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.aether.collection.DependencyManagement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/collection/DependencyManagement;

  public org.eclipse.aether.collection.DependencyManagement setVersion(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/aether/collection/DependencyManagement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.collection.DependencyManagement this
        start local 1 // java.lang.String version
         0: .line 72
            aload 0 /* this */
            aload 1 /* version */
            putfield org.eclipse.aether.collection.DependencyManagement.version:Ljava/lang/String;
         1: .line 73
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String version
        end local 0 // org.eclipse.aether.collection.DependencyManagement this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/aether/collection/DependencyManagement;
            0    2     1  version  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      version  

  public java.lang.String getScope();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.collection.DependencyManagement this
         0: .line 84
            aload 0 /* this */
            getfield org.eclipse.aether.collection.DependencyManagement.scope:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.aether.collection.DependencyManagement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/collection/DependencyManagement;

  public org.eclipse.aether.collection.DependencyManagement setScope(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/aether/collection/DependencyManagement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.collection.DependencyManagement this
        start local 1 // java.lang.String scope
         0: .line 95
            aload 0 /* this */
            aload 1 /* scope */
            putfield org.eclipse.aether.collection.DependencyManagement.scope:Ljava/lang/String;
         1: .line 96
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String scope
        end local 0 // org.eclipse.aether.collection.DependencyManagement this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/aether/collection/DependencyManagement;
            0    2     1  scope  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      scope  

  public java.lang.Boolean getOptional();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.collection.DependencyManagement this
         0: .line 107
            aload 0 /* this */
            getfield org.eclipse.aether.collection.DependencyManagement.optional:Ljava/lang/Boolean;
            areturn
        end local 0 // org.eclipse.aether.collection.DependencyManagement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/collection/DependencyManagement;

  public org.eclipse.aether.collection.DependencyManagement setOptional(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lorg/eclipse/aether/collection/DependencyManagement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.collection.DependencyManagement this
        start local 1 // java.lang.Boolean optional
         0: .line 118
            aload 0 /* this */
            aload 1 /* optional */
            putfield org.eclipse.aether.collection.DependencyManagement.optional:Ljava/lang/Boolean;
         1: .line 119
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean optional
        end local 0 // org.eclipse.aether.collection.DependencyManagement this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/aether/collection/DependencyManagement;
            0    2     1  optional  Ljava/lang/Boolean;
    MethodParameters:
          Name  Flags
      optional  

  public java.util.Collection<org.eclipse.aether.graph.Exclusion> getExclusions();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.collection.DependencyManagement this
         0: .line 132
            aload 0 /* this */
            getfield org.eclipse.aether.collection.DependencyManagement.exclusions:Ljava/util/Collection;
            areturn
        end local 0 // org.eclipse.aether.collection.DependencyManagement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/collection/DependencyManagement;
    Signature: ()Ljava/util/Collection<Lorg/eclipse/aether/graph/Exclusion;>;

  public org.eclipse.aether.collection.DependencyManagement setExclusions(java.util.Collection<org.eclipse.aether.graph.Exclusion>);
    descriptor: (Ljava/util/Collection;)Lorg/eclipse/aether/collection/DependencyManagement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.collection.DependencyManagement this
        start local 1 // java.util.Collection exclusions
         0: .line 145
            aload 0 /* this */
            aload 1 /* exclusions */
            putfield org.eclipse.aether.collection.DependencyManagement.exclusions:Ljava/util/Collection;
         1: .line 146
            aload 0 /* this */
            areturn
        end local 1 // java.util.Collection exclusions
        end local 0 // org.eclipse.aether.collection.DependencyManagement this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/aether/collection/DependencyManagement;
            0    2     1  exclusions  Ljava/util/Collection<Lorg/eclipse/aether/graph/Exclusion;>;
    Signature: (Ljava/util/Collection<Lorg/eclipse/aether/graph/Exclusion;>;)Lorg/eclipse/aether/collection/DependencyManagement;
    MethodParameters:
            Name  Flags
      exclusions  

  public java.util.Map<java.lang.String, java.lang.String> getProperties();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.collection.DependencyManagement this
         0: .line 159
            aload 0 /* this */
            getfield org.eclipse.aether.collection.DependencyManagement.properties:Ljava/util/Map;
            areturn
        end local 0 // org.eclipse.aether.collection.DependencyManagement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/collection/DependencyManagement;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  public org.eclipse.aether.collection.DependencyManagement setProperties(java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/util/Map;)Lorg/eclipse/aether/collection/DependencyManagement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.collection.DependencyManagement this
        start local 1 // java.util.Map properties
         0: .line 172
            aload 0 /* this */
            aload 1 /* properties */
            putfield org.eclipse.aether.collection.DependencyManagement.properties:Ljava/util/Map;
         1: .line 173
            aload 0 /* this */
            areturn
        end local 1 // java.util.Map properties
        end local 0 // org.eclipse.aether.collection.DependencyManagement this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/aether/collection/DependencyManagement;
            0    2     1  properties  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lorg/eclipse/aether/collection/DependencyManagement;
    MethodParameters:
            Name  Flags
      properties  
}
SourceFile: "DependencyManagement.java"