Module java.base

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.
See Java Language Specification:
4.5 Parameterized Types
Since:
1.8