ClassDoc
if it represents a class or interface. Array dimensions are ignored. If this type is a ParameterizedType
, TypeVariable
, or WildcardType
, return the ClassDoc
of the type's erasure. If this is an AnnotationTypeDoc
, return this as a ClassDoc
(but see {@link #asAnnotationTypeDoc()}). If this is a primitive type, return null.
@return the ClassDoc
of this type,or null if it is a primitive type.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|