Interface JGenericDef

    • Method Detail

      • typeParam

        JTypeParamDef typeParam​(java.lang.String name)
        Define a type parameter.
        Parameters:
        name - the type parameter name
        Returns:
        the type parameter definition
      • typeParams

        JTypeParamDef[] typeParams()
        Get all the type parameters defined at the time of invocation.
        Returns:
        the type parameters