|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.webbeans.util.ApiAbstraction
public class ApiAbstraction
A base class for utility classes that represent annotations, classes etc
| Nested Class Summary | |
|---|---|
static interface |
ApiAbstraction.Dummy
"Not found" class |
static interface |
ApiAbstraction.DummyAnnotation
"Not found" annotation |
| Constructor Summary | |
|---|---|
ApiAbstraction()
|
|
| Method Summary | |
|---|---|
protected static java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationTypeForName(java.lang.String name)
Initializes an annotation class |
protected static java.lang.Class<?> |
classForName(java.lang.String name)
Initializes a type |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApiAbstraction()
| Method Detail |
|---|
protected static java.lang.Class<? extends java.lang.annotation.Annotation> annotationTypeForName(java.lang.String name)
name - The name of the annotation class
protected static java.lang.Class<?> classForName(java.lang.String name)
name - The name of the class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||