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 creatingTypeDescriptions 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 classTypePool.Default.LazyTypeDescription.AnnotationToken.Resolution.IllegalAn illegal resolution.static classTypePool.Default.LazyTypeDescription.AnnotationToken.Resolution.SimpleA 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.ResolutionTypePool.Default.LazyTypeDescription.AnnotationToken. toAnnotationDescription(TypePool typePool)Transforms this token into an annotation description.
-