|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.webbeans.tck.impl.util.Reflections
public class Reflections
Utility class for static reflection-type operations
| Constructor Summary | |
|---|---|
Reflections()
|
|
| Method Summary | |
|---|---|
static boolean |
annotationSetMatches(java.util.Set<java.lang.annotation.Annotation> annotations,
java.lang.Class<? extends java.lang.annotation.Annotation>... annotationTypes)
Checks if all annotations are in a given set of annotations |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Reflections()
| Method Detail |
|---|
public static boolean annotationSetMatches(java.util.Set<java.lang.annotation.Annotation> annotations,
java.lang.Class<? extends java.lang.annotation.Annotation>... annotationTypes)
annotations - The annotation setannotationTypes - The annotations to match
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||