|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WeldAnnotation<T extends Annotation>
Represents a meta annotation
Field Summary |
---|
Fields inherited from interface org.jboss.weld.introspector.WeldAnnotated |
---|
MAPPED_DECLARED_METAANNOTATIONS, MAPPED_METAANNOTATIONS |
Method Summary | |
---|---|
Set<WeldMethod<?,?>> |
getMembers()
Gets all members |
Set<WeldMethod<?,?>> |
getMembers(Class<? extends Annotation> annotationType)
Gets all the members annotated with annotationType |
Methods inherited from interface org.jboss.weld.introspector.WeldAnnotated |
---|
getActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getName, getPackage, getQualifiers, isFinal, isGeneric, isPackagePrivate, isPrimitive, isPrivate, isPublic, isStatic |
Methods inherited from interface javax.enterprise.inject.spi.AnnotatedType |
---|
getConstructors, getFields, getJavaClass, getMethods |
Methods inherited from interface javax.enterprise.inject.spi.Annotated |
---|
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent |
Method Detail |
---|
Set<WeldMethod<?,?>> getMembers()
Set<WeldMethod<?,?>> getMembers(Class<? extends Annotation> annotationType)
annotationType
- The annotation type to match
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |