Errai 3.0.1-SNAPSHOT

org.jboss.errai.codegen.meta
Interface HasAnnotations

All Known Subinterfaces:
MetaClassMember
All Known Implementing Classes:
AbstractMetaClass, AbstractMetaMember, BuildMetaClass, BuildMetaConstructor, BuildMetaField, BuildMetaMethod, GWTClass, GWTConstructor, GWTField, GWTMethod, GWTParameter, GWTSpecialMethod, JavaReflectionClass, JavaReflectionConstructor, JavaReflectionField, JavaReflectionMethod, JavaReflectionParameter, MetaClass, MetaConstructor, MetaField, MetaField.ArrayLengthMetaField, MetaMethod, MetaParameter, ShadowBuildMetaField, ShadowBuildMetaMethod

public interface HasAnnotations

Author:
Mike Brock

Method Summary
<A extends Annotation>
A
getAnnotation(Class<A> annotation)
           
 Annotation[] getAnnotations()
           
 boolean isAnnotationPresent(Class<? extends Annotation> annotation)
           
 

Method Detail

getAnnotations

Annotation[] getAnnotations()

isAnnotationPresent

boolean isAnnotationPresent(Class<? extends Annotation> annotation)

getAnnotation

<A extends Annotation> A getAnnotation(Class<A> annotation)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.