public class GWTParameter extends MetaParameter
Modifier and Type | Method and Description |
---|---|
<A extends Annotation> |
getAnnotation(Class<A> annotation) |
Annotation[] |
getAnnotations() |
MetaClassMember |
getDeclaringMember() |
String |
getName() |
MetaClass |
getType() |
String |
toString() |
equals, hashCode, hashString
isAnnotationPresent
public String getName()
getName
in class MetaParameter
public MetaClass getType()
getType
in class MetaParameter
public Annotation[] getAnnotations()
public final <A extends Annotation> A getAnnotation(Class<A> annotation)
public MetaClassMember getDeclaringMember()
getDeclaringMember
in class MetaParameter
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.