public interface
AnnotatedParameterizedType
implements
AnnotatedType
AnnotatedParameterizedType
represents the potentially annotated use
of a parameterized type, whose type arguments may themselves represent
annotated uses of types.
Public Method Summary
abstract AnnotatedType[] |
getAnnotatedActualTypeArguments()
Returns the potentially annotated actual type arguments of this parameterized type.
|
Inherited Method Summary
Public Methods
public abstract AnnotatedType[] getAnnotatedActualTypeArguments ()
Returns the potentially annotated actual type arguments of this parameterized type.
Returns
- the potentially annotated actual type arguments of this parameterized type