Uses of Class
net.bytebuddy.description.type.PackageDescription.AbstractBase
-
Packages that use PackageDescription.AbstractBase Package Description net.bytebuddy.description.type Contains descriptions of Java types and packages.net.bytebuddy.pool Classes of this package allow for the creatingTypeDescriptions without loading any classes. -
-
Uses of PackageDescription.AbstractBase in net.bytebuddy.description.type
Subclasses of PackageDescription.AbstractBase in net.bytebuddy.description.type Modifier and Type Class Description static classPackageDescription.ForLoadedPackageRepresents a loadedPackagewrapped as aPackageDescription.static classPackageDescription.SimpleA simple implementation of a package without annotations. -
Uses of PackageDescription.AbstractBase in net.bytebuddy.pool
Subclasses of PackageDescription.AbstractBase in net.bytebuddy.pool Modifier and Type Class Description private static classTypePool.Default.LazyTypeDescription.LazyPackageDescriptionAn implementation of aPackageDescriptionthat only loads its annotations on requirement.
-