public abstract class ForwardingWeldAnnotation<T extends Annotation> extends ForwardingWeldClass<T> implements WeldAnnotation<T>
MAPPED_DECLARED_METAANNOTATIONS, MAPPED_METAANNOTATIONS| Constructor and Description |
|---|
ForwardingWeldAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract WeldAnnotation<T> |
delegate() |
Set<WeldMethod<?,?>> |
getMembers()
Gets all members
|
Set<WeldMethod<?,?>> |
getMembers(Class<? extends Annotation> annotationType)
Gets all the members annotated with annotationType
|
asWeldSubclass, cast, getConstructors, getDeclaredMetaAnnotations, getDeclaredWeldConstructor, getDeclaredWeldField, getDeclaredWeldFields, getDeclaredWeldMethod, getDeclaredWeldMethod, getDeclaredWeldMethod, getDeclaredWeldMethods, getDeclaredWeldMethods, getDeclaredWeldMethodsWithAnnotatedParameters, getFields, getMethods, getNoArgsWeldConstructor, getSimpleName, getWeldConstructors, getWeldFields, getWeldFields, getWeldMethod, getWeldMethod, getWeldMethods, getWeldMethods, getWeldSuperclass, isAbstract, isAnonymousClass, isDiscovered, isEnum, isEquivalent, isLocalClass, isMemberClass, isMethodOverridden, isModified, isParameterizedType, isSerializablegetActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getName, getPackage, getQualifiers, isFinal, isGeneric, isPackagePrivate, isPrimitive, isPrivate, isPublic, isStaticequals, getAnnotation, getAnnotations, getBaseType, getTypeClosure, hashCode, isAnnotationPresent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitasWeldSubclass, cast, getDeclaredMetaAnnotations, getDeclaredWeldConstructor, getDeclaredWeldField, getDeclaredWeldFields, getDeclaredWeldMethod, getDeclaredWeldMethod, getDeclaredWeldMethods, getDeclaredWeldMethods, getDeclaredWeldMethodsWithAnnotatedParameters, getNoArgsWeldConstructor, getSimpleName, getWeldConstructors, getWeldFields, getWeldFields, getWeldMethod, getWeldMethod, getWeldMethods, getWeldMethods, getWeldSuperclass, isAbstract, isAnonymousClass, isDiscovered, isEnum, isEquivalent, isLocalClass, isMemberClass, isMethodOverridden, isModified, isParameterizedType, isSerializablegetActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getName, getPackage, getQualifiers, isFinal, isGeneric, isPackagePrivate, isPrimitive, isPrivate, isPublic, isStaticprotected abstract WeldAnnotation<T> delegate()
delegate in class ForwardingWeldClass<T extends Annotation>public Set<WeldMethod<?,?>> getMembers(Class<? extends Annotation> annotationType)
WeldAnnotationgetMembers in interface WeldAnnotation<T extends Annotation>annotationType - The annotation type to matchpublic Set<WeldMethod<?,?>> getMembers()
WeldAnnotationgetMembers in interface WeldAnnotation<T extends Annotation>Copyright © 2014 Seam Framework. All Rights Reserved.