public class com.sun.xml.internal.ws.util.InjectionPlan$MethodInjectionPlan<T, R> extends com.sun.xml.internal.ws.util.InjectionPlan<T, R>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.xml.internal.ws.util.InjectionPlan$MethodInjectionPlan
  super_class: com.sun.xml.internal.ws.util.InjectionPlan
{
  private final java.lang.reflect.Method method;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.ws.util.InjectionPlan$MethodInjectionPlan this
        start local 1 // java.lang.reflect.Method method
         0: .line 107
            aload 0 /* this */
            invokespecial com.sun.xml.internal.ws.util.InjectionPlan.<init>:()V
         1: .line 108
            aload 0 /* this */
            aload 1 /* method */
            putfield com.sun.xml.internal.ws.util.InjectionPlan$MethodInjectionPlan.method:Ljava/lang/reflect/Method;
         2: .line 109
            return
        end local 1 // java.lang.reflect.Method method
        end local 0 // com.sun.xml.internal.ws.util.InjectionPlan$MethodInjectionPlan this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/xml/internal/ws/util/InjectionPlan$MethodInjectionPlan<TT;TR;>;
            0    3     1  method  Ljava/lang/reflect/Method;
    MethodParameters:
        Name  Flags
      method  

  public void inject(T, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.ws.util.InjectionPlan$MethodInjectionPlan this
        start local 1 // java.lang.Object instance
        start local 2 // java.lang.Object resource
         0: .line 112
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.util.InjectionPlan$MethodInjectionPlan.method:Ljava/lang/reflect/Method;
            aload 1 /* instance */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* resource */
            aastore
            invokestatic com.sun.xml.internal.ws.util.InjectionPlan.invokeMethod:(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)V
         1: .line 113
            return
        end local 2 // java.lang.Object resource
        end local 1 // java.lang.Object instance
        end local 0 // com.sun.xml.internal.ws.util.InjectionPlan$MethodInjectionPlan this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/xml/internal/ws/util/InjectionPlan$MethodInjectionPlan<TT;TR;>;
            0    2     1  instance  TT;
            0    2     2  resource  TR;
    Signature: (TT;TR;)V
    MethodParameters:
          Name  Flags
      instance  
      resource  
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Lcom/sun/xml/internal/ws/util/InjectionPlan<TT;TR;>;
SourceFile: "InjectionPlan.java"
NestHost: com.sun.xml.internal.ws.util.InjectionPlan
InnerClasses:
  public MethodInjectionPlan = com.sun.xml.internal.ws.util.InjectionPlan$MethodInjectionPlan of com.sun.xml.internal.ws.util.InjectionPlan