org.jboss.errai.codegen.meta.impl
Class AbstractMetaMember
java.lang.Object
org.jboss.errai.codegen.meta.impl.AbstractMetaMember
- All Implemented Interfaces:
- HasAnnotations, MetaClassMember
public abstract class AbstractMetaMember
- extends Object
- implements MetaClassMember
- Author:
- Mike Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.errai.codegen.meta.MetaClassMember |
getDeclaringClass, getName, isAbstract, isFinal, isPrivate, isProtected, isPublic, isStatic, isSynchronized, isSynthetic, isTransient, isVolatile |
annotations
protected Annotation[] annotations
AbstractMetaMember
public AbstractMetaMember()
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
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.