org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl
Class AbstractMetaMember
java.lang.Object
org.jboss.errai.ioc.rebind.ioc.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 |
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 © 2011 JBoss, a division of Red Hat. All Rights Reserved.