org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.gwt
Class GWTParameter
java.lang.Object
org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.gwt.GWTParameter
- All Implemented Interfaces:
- HasAnnotations, MetaParameter
public class GWTParameter
- extends Object
- implements MetaParameter
- Author:
- Mike Brock
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getName
public String getName()
- Specified by:
getName in interface MetaParameter
getType
public MetaClass getType()
- Specified by:
getType in interface MetaParameter
getAnnotations
public Annotation[] getAnnotations()
- Specified by:
getAnnotations in interface HasAnnotations
getAnnotation
public final <A extends Annotation> A getAnnotation(Class<A> annotation)
- Specified by:
getAnnotation in interface HasAnnotations
isAnnotationPresent
public final boolean isAnnotationPresent(Class<? extends Annotation> annotation)
- Specified by:
isAnnotationPresent in interface HasAnnotations
getDeclaringMember
public MetaClassMember getDeclaringMember()
- Specified by:
getDeclaringMember in interface MetaParameter
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.