Package | Description |
---|---|
org.jvnet.annox.model | |
org.jvnet.annox.reader | |
org.jvnet.annox.reader.resourced |
Modifier and Type | Field and Description |
---|---|
static XConstructor[] |
XConstructor.EMPTY_ARRAY
Empty array of constructors.
|
Modifier and Type | Method and Description |
---|---|
XConstructor[] |
XClass.getConstructors()
Returns annotated constructors 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 |
---|---|
XConstructor |
XReader.getXConstructor(Class<?> theClass,
Constructor<?> theConstructor) |
XConstructor |
XReader.getXConstructor(Constructor<?> theConstructor) |
Modifier and Type | Method and Description |
---|---|
XConstructor |
NXConverter.convertNConstructor(Class<?> theClass,
NConstructor nconstructor) |
XConstructor |
ResourcedXReader.getXConstructor(Class<?> theClass,
Constructor<?> theConstructor) |
XConstructor |
ResourcedXReader.getXConstructor(Constructor<?> theConstructor) |
Copyright © 2006-2013 Highsource. All Rights Reserved.