AnnotatedParameterizedType
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
Methods
getAnnotatedActualTypeArguments
AnnotatedType[] getAnnotatedActualTypeArguments()
Returns the potentially annotated actual type arguments of this parameterized type.
- Returns:
- the potentially annotated actual type arguments of this parame