| Package | Description |
|---|---|
| org.jvnet.annox.model | |
| org.jvnet.annox.reader | |
| org.jvnet.annox.reader.resourced |
| Modifier and Type | Field and Description |
|---|---|
static XMethod[] |
XMethod.EMPTY_ARRAY
Empty array of methods.
|
| Modifier and Type | Method and Description |
|---|---|
XMethod[] |
XClass.getMethods()
Returns annotated methods of the class.
|
| Constructor and Description |
|---|
XClass(Class<?> targetClass,
XAnnotation<?>[] xannotations,
XField[] xfields,
XConstructor[] xconstructors,
XMethod[] xmethods)
Constructs an annotated class.
|
| Modifier and Type | Method and Description |
|---|---|
XMethod |
XReader.getXMethod(Class<?> theClass,
Method theMethod) |
XMethod |
XReader.getXMethod(Method theMethod) |
| Modifier and Type | Method and Description |
|---|---|
XMethod |
NXConverter.convertNMethod(Class<?> theClass,
NMethod nmethod) |
XMethod |
ResourcedXReader.getXMethod(Class<?> theClass,
Method theMethod) |
XMethod |
ResourcedXReader.getXMethod(Method theMethod) |
Copyright © 2006–2016. All rights reserved.