-
- All Known Implementing Classes:
DefaultSignatureType,FromNativeType,ParameterType,ResultType,SigType,ToNativeType
public interface SignatureType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Annotation>getAnnotations()ClassgetDeclaredType()TypegetGenericType()
-
-
-
Method Detail
-
getDeclaredType
Class getDeclaredType()
-
getAnnotations
Collection<Annotation> getAnnotations()
-
getGenericType
Type getGenericType()
-
-