org.jboss.errai.codegen.meta.impl.java
Class JavaReflectionParameter
java.lang.Object
org.jboss.errai.codegen.meta.MetaParameter
org.jboss.errai.codegen.meta.impl.java.JavaReflectionParameter
- All Implemented Interfaces:
- HasAnnotations
public class JavaReflectionParameter
- extends MetaParameter
- Author:
- Mike Brock
JavaReflectionParameter
public JavaReflectionParameter(MetaClass type,
Annotation[] annotations,
MetaClassMember declaredBy)
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.