Interface AnnotatedParameterizedType

  • All Superinterfaces:
    AnnotatedElement, AnnotatedType


    public interface AnnotatedParameterizedType
    extends AnnotatedType
    AnnotatedParameterizedType represents the potentially annotated use of a parameterized type, whose type arguments may themselves represent annotated uses of types.
    Since:
    1.8
    • Method Detail

      • getAnnotatedActualTypeArguments

        AnnotatedType[] getAnnotatedActualTypeArguments()
        Returns the potentially annotated actual type arguments of this parameterized type.
        Returns:
        the potentially annotated actual type arguments of this parameterized type