Class TypeDescription.Generic.Builder.OfTypeVariable

    • Field Detail

      • symbol

        private final java.lang.String symbol
        The variable's symbol.
    • Constructor Detail

      • OfTypeVariable

        protected OfTypeVariable​(java.lang.String symbol)
        Creates a new builder for a symbolic type variable.
        Parameters:
        symbol - The variable's symbol.
      • OfTypeVariable

        protected OfTypeVariable​(java.lang.String symbol,
                                 java.util.List<? extends AnnotationDescription> annotations)
        Creates a new builder for a symbolic type variable.
        Parameters:
        symbol - The variable's symbol.
        annotations - The type's type annotations.