org.jboss.errai.codegen.meta.impl.gwt
Class GWTParameter
java.lang.Object
org.jboss.errai.codegen.meta.MetaParameter
org.jboss.errai.codegen.meta.impl.gwt.GWTParameter
- All Implemented Interfaces:
- HasAnnotations
public class GWTParameter
- extends MetaParameter
- Author:
- Mike Brock
getName
public String getName()
- Specified by:
getName
in class MetaParameter
getType
public MetaClass getType()
- Specified by:
getType
in class MetaParameter
getAnnotations
public Annotation[] getAnnotations()
getAnnotation
public final <A extends Annotation> A getAnnotation(Class<A> annotation)
isAnnotationPresent
public final boolean isAnnotationPresent(Class<? extends Annotation> annotation)
getDeclaringMember
public MetaClassMember getDeclaringMember()
- Specified by:
getDeclaringMember
in class MetaParameter
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.