Class TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution.Illegal

java.lang.Object
net.bytebuddy.pool.TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution.Illegal
All Implemented Interfaces:
TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution
Enclosing interface:
TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution

@Enhance public static class TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution.Illegal extends Object implements TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution
An illegal resolution.
  • Field Details

    • annotationType

      private final String annotationType
      The annotation's binary type name.
  • Constructor Details

    • Illegal

      public Illegal(String annotationType)
      Creates a new illegal resolution.
      Parameters:
      annotationType - The annotation's binary type name.
  • Method Details