public interface WeldAnnotation<T extends Annotation> extends WeldClass<T>
MAPPED_DECLARED_METAANNOTATIONS, MAPPED_METAANNOTATIONS
Modifier and Type | Method and Description |
---|---|
Set<WeldMethod<?,?>> |
getMembers()
Gets all members
|
Set<WeldMethod<?,?>> |
getMembers(Class<? extends Annotation> annotationType)
Gets all the members annotated with annotationType
|
asWeldSubclass, 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, isModified, isParameterizedType, isSerializable
getActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getName, getPackage, getQualifiers, isFinal, isGeneric, isPackagePrivate, isPrimitive, isPrivate, isPublic, isStatic
Set<WeldMethod<?,?>> getMembers()
Set<WeldMethod<?,?>> getMembers(Class<? extends Annotation> annotationType)
annotationType
- The annotation type to matchCopyright © 2013 Seam Framework. All rights reserved.