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
TypeDescriptions without
loading any classes.-
Uses of PackageDescription.AbstractBase in net.bytebuddy.description.type
Subclasses of PackageDescription.AbstractBase in net.bytebuddy.description.typeModifier and TypeClassDescriptionstatic classRepresents a loadedPackagewrapped as aPackageDescription.static classA 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 classAn implementation of aPackageDescriptionthat only loads its annotations on requirement.