Uses of Interface
net.bytebuddy.pool.TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution
-
Packages that use TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution Package Description net.bytebuddy.pool Classes of this package allow for the creatingTypeDescription
s without loading any classes. -
-
Uses of TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution in net.bytebuddy.pool
Classes in net.bytebuddy.pool that implement TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution Modifier and Type Class Description static class
TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution.Illegal
An illegal resolution.static class
TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution.Simple
A simple resolved annotation.Methods in net.bytebuddy.pool that return TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution Modifier and Type Method Description private TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution
TypePool.Default.LazyTypeDescription.AnnotationToken. toAnnotationDescription(TypePool typePool)
Transforms this token into an annotation description.
-