| Package | Description |
|---|---|
| org.jvnet.annox.model | |
| org.jvnet.annox.reader | |
| org.jvnet.annox.reader.resourced |
| Modifier and Type | Field and Description |
|---|---|
static XClass[] |
XClass.EMPTY_ARRAY
Empty array of classes.
|
static XClass |
XClass.VOID
XClass for Void.
|
| Modifier and Type | Method and Description |
|---|---|
XClass[] |
XPackage.getClasses()
Returns annotated classes of the package.
|
| Constructor and Description |
|---|
XPackage(Package targetPackage,
XAnnotation[] xannotations,
XClass[] xclasses)
Constructs an annotated package.
|
| Modifier and Type | Method and Description |
|---|---|
XClass |
XReader.getXClass(Class<?> theClass) |
| Modifier and Type | Method and Description |
|---|---|
XClass |
NXConverter.convertNClass(Class<?> theClass,
NClass nclass) |
XClass |
ResourcedXReader.getXClass(Class<?> theClass) |
protected XClass |
ResourcedXReader.loadXClass(Class<?> theClass,
InputStream is) |
protected XClass |
ResourcedXReader.parseXClass(Class<?> theClass,
InputStream is) |
Copyright © 2006-2013 Highsource. All Rights Reserved.