- 
- 
Method SummaryAll 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.NamegetName()Returns the name of the type parameter.
 
- 
- 
- 
Method Detail- 
getNameName getName() Returns the name of the type parameter.- Returns:
- the name
 
 - 
getBoundsList<? extends Tree> getBounds() Returns the bounds of the type parameter.- Returns:
- the bounds
 
 - 
getAnnotationsList<? extends AnnotationTree> getAnnotations() Returns annotations on the type parameter declaration. Annotations need Target meta-annotations ofElementType.TYPE_PARAMETERorElementType.TYPE_USEto appear in this position.- Returns:
- annotations on the type parameter declaration
- Since:
- 1.8
 
 
- 
 
-