Class TypeDescription.Generic.Visitor.AnnotationStripper.NonAnnotatedTypeVariable

All Implemented Interfaces:
Iterable<TypeDefinition>, AnnotationSource, ModifierReviewable, ModifierReviewable.ForFieldDescription, ModifierReviewable.ForMethodDescription, ModifierReviewable.ForParameterDescription, ModifierReviewable.ForTypeDefinition, ModifierReviewable.OfAbstraction, ModifierReviewable.OfByteCodeElement, ModifierReviewable.OfEnumeration, NamedElement, TypeDefinition, TypeDescription.Generic
Enclosing class:
TypeDescription.Generic.Visitor.AnnotationStripper

protected static class TypeDescription.Generic.Visitor.AnnotationStripper.NonAnnotatedTypeVariable extends TypeDescription.Generic.OfTypeVariable
Representation of a type variable without annotations.
  • Field Details

  • Constructor Details

    • NonAnnotatedTypeVariable

      protected NonAnnotatedTypeVariable(TypeDescription.Generic typeVariable)
      Creates a new non-annotated type variable.
      Parameters:
      typeVariable - The represented type variable.
  • Method Details