Uses of Class
net.bytebuddy.description.type.PackageDescription.AbstractBase
Packages that use PackageDescription.AbstractBase
Package
Description
Contains descriptions of Java types and packages.
Classes of this package allow for the creating
TypeDescription
s without
loading any classes.-
Uses of PackageDescription.AbstractBase in net.bytebuddy.description.type
Subclasses of PackageDescription.AbstractBase in net.bytebuddy.description.typeModifier and TypeClassDescriptionstatic class
Represents a loadedPackage
wrapped as aPackageDescription
.static class
A simple implementation of a package without annotations. -
Uses of PackageDescription.AbstractBase in net.bytebuddy.pool
Subclasses of PackageDescription.AbstractBase in net.bytebuddy.poolModifier and TypeClassDescriptionprivate static class
An implementation of aPackageDescription
that only loads its annotations on requirement.