public interface JGenericDef
Modifier and Type | Method and Description |
---|---|
JTypeParamDef |
typeParam(String name)
Define a type parameter.
|
JTypeParamDef[] |
typeParams()
Get all the type parameters defined at the time of invocation.
|
JTypeParamDef typeParam(String name)
name
- the type parameter nameJTypeParamDef[] typeParams()
Copyright © 2016. All rights reserved.