public class com.sun.xml.internal.ws.util.HandlerAnnotationInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.xml.internal.ws.util.HandlerAnnotationInfo
  super_class: java.lang.Object
{
  private java.util.List<javax.xml.ws.handler.Handler> handlers;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljavax/xml/ws/handler/Handler;>;

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.util.HandlerAnnotationInfo this
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.xml.internal.ws.util.HandlerAnnotationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/util/HandlerAnnotationInfo;

  public java.util.List<javax.xml.ws.handler.Handler> getHandlers();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.util.HandlerAnnotationInfo this
         0: .line 54
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.util.HandlerAnnotationInfo.handlers:Ljava/util/List;
            areturn
        end local 0 // com.sun.xml.internal.ws.util.HandlerAnnotationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/util/HandlerAnnotationInfo;
    Signature: ()Ljava/util/List<Ljavax/xml/ws/handler/Handler;>;

  public void setHandlers(java.util.List<javax.xml.ws.handler.Handler>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.ws.util.HandlerAnnotationInfo this
        start local 1 // java.util.List handlers
         0: .line 63
            aload 0 /* this */
            aload 1 /* handlers */
            putfield com.sun.xml.internal.ws.util.HandlerAnnotationInfo.handlers:Ljava/util/List;
         1: .line 64
            return
        end local 1 // java.util.List handlers
        end local 0 // com.sun.xml.internal.ws.util.HandlerAnnotationInfo this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/xml/internal/ws/util/HandlerAnnotationInfo;
            0    2     1  handlers  Ljava/util/List<Ljavax/xml/ws/handler/Handler;>;
    Signature: (Ljava/util/List<Ljavax/xml/ws/handler/Handler;>;)V
    MethodParameters:
          Name  Flags
      handlers  

  public java.util.Set<java.lang.String> getRoles();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.util.HandlerAnnotationInfo this
         0: .line 72
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.util.HandlerAnnotationInfo.roles:Ljava/util/Set;
            areturn
        end local 0 // com.sun.xml.internal.ws.util.HandlerAnnotationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/util/HandlerAnnotationInfo;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  public void setRoles(java.util.Set<java.lang.String>);
    descriptor: (Ljava/util/Set;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.ws.util.HandlerAnnotationInfo this
        start local 1 // java.util.Set roles
         0: .line 81
            aload 0 /* this */
            aload 1 /* roles */
            putfield com.sun.xml.internal.ws.util.HandlerAnnotationInfo.roles:Ljava/util/Set;
         1: .line 82
            return
        end local 1 // java.util.Set roles
        end local 0 // com.sun.xml.internal.ws.util.HandlerAnnotationInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/xml/internal/ws/util/HandlerAnnotationInfo;
            0    2     1  roles  Ljava/util/Set<Ljava/lang/String;>;
    Signature: (Ljava/util/Set<Ljava/lang/String;>;)V
    MethodParameters:
       Name  Flags
      roles  
}
SourceFile: "HandlerAnnotationInfo.java"