-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends AnnotationTree>
getAnnotations()
Returns annotations on the type parameter declaration.List<? extends Tree>
getBounds()
Returns the bounds of the type parameter.Name
getName()
Returns the name of the type parameter.
-
-
-
Method Detail
-
getName
Name getName()
Returns the name of the type parameter.- Returns:
- the name
-
getBounds
List<? extends Tree> getBounds()
Returns the bounds of the type parameter.- Returns:
- the bounds
-
getAnnotations
List<? extends AnnotationTree> getAnnotations()
Returns annotations on the type parameter declaration. Annotations need Target meta-annotations ofElementType.TYPE_PARAMETER
orElementType.TYPE_USE
to appear in this position.- Returns:
- annotations on the type parameter declaration
- Since:
- 1.8
-
-