public interface net.bytebuddy.description.type.PackageDescription extends net.bytebuddy.description.NamedElement$WithRuntimeName, net.bytebuddy.description.annotation.AnnotationSource
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.description.type.PackageDescription
  super_class: java.lang.Object
{
  public static final java.lang.String PACKAGE_CLASS_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "package-info"

  public static final int PACKAGE_MODIFIERS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5632

  public static final net.bytebuddy.description.type.PackageDescription UNDEFINED;
    descriptor: Lnet/bytebuddy/description/type/PackageDescription;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 41
            aconst_null
            putstatic net.bytebuddy.description.type.PackageDescription.UNDEFINED:Lnet/bytebuddy/description/type/PackageDescription;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract boolean contains(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                 Name  Flags
      typeDescription  
}
SourceFile: "PackageDescription.java"
NestMembers:
  net.bytebuddy.description.type.PackageDescription$AbstractBase  net.bytebuddy.description.type.PackageDescription$ForLoadedPackage  net.bytebuddy.description.type.PackageDescription$Simple
InnerClasses:
  public abstract WithRuntimeName = net.bytebuddy.description.NamedElement$WithRuntimeName of net.bytebuddy.description.NamedElement
  public abstract AbstractBase = net.bytebuddy.description.type.PackageDescription$AbstractBase of net.bytebuddy.description.type.PackageDescription
  public ForLoadedPackage = net.bytebuddy.description.type.PackageDescription$ForLoadedPackage of net.bytebuddy.description.type.PackageDescription
  public Simple = net.bytebuddy.description.type.PackageDescription$Simple of net.bytebuddy.description.type.PackageDescription