public class org.xnio.nio.OsgiActivator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.xnio.nio.OsgiActivator
  super_class: java.lang.Object
{
  private ServiceRegistration<org.xnio.Xnio> registrationS;
    descriptor: LServiceRegistration;
    flags: (0x0002) ACC_PRIVATE
    Signature: LServiceRegistration<Lorg/xnio/Xnio;>;

  private ServiceRegistration<org.xnio.XnioProvider> registrationP;
    descriptor: LServiceRegistration;
    flags: (0x0002) ACC_PRIVATE
    Signature: LServiceRegistration<Lorg/xnio/XnioProvider;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.xnio.nio.OsgiActivator this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.osgi cannot be resolved\n\tThe import org.osgi cannot be resolved\n\tThe import org.osgi cannot be resolved\n\tBundleActivator cannot be resolved to a type\n\tServiceRegistration cannot be resolved to a type\n\tServiceRegistration cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tServiceRegistration cannot be resolved to a type\n\tServiceRegistration cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tServiceRegistration cannot be resolved to a type\n\tServiceRegistration cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.xnio.nio.OsgiActivator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/OsgiActivator;

  public void start(BundleContext);
    descriptor: (LBundleContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.xnio.nio.OsgiActivator this
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBundleContext cannot be resolved to a type\n\tServiceRegistration cannot be resolved to a type\n\tServiceRegistration cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.xnio.nio.OsgiActivator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/OsgiActivator;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      context  

  public void stop(BundleContext);
    descriptor: (LBundleContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.xnio.nio.OsgiActivator this
         0: .line 51
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBundleContext cannot be resolved to a type\n\tServiceRegistration cannot be resolved to a type\n\tServiceRegistration cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.xnio.nio.OsgiActivator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/OsgiActivator;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      context  
}
SourceFile: "OsgiActivator.java"