| Package | Description |
|---|---|
| org.jvnet.annox.model | |
| org.jvnet.annox.reader.resourced |
| Modifier and Type | Method and Description |
|---|---|
XParameter[] |
XMethod.getParameters()
Returns annotated parameters of the method.
|
XParameter[] |
XConstructor.getParameters()
Returns annotated parameters of the method.
|
| Constructor and Description |
|---|
XConstructor(Constructor<?> constructor,
XAnnotation[] xannotations,
XParameter[] parameters)
Constructs an annotated constructor.
|
XMethod(Method method,
XAnnotation[] xannotations,
XParameter[] parameters)
Constructs an annotated method.
|
| Modifier and Type | Method and Description |
|---|---|
XParameter |
NXConverter.convertNParameter(Class<?> parameterType,
NParameter nparameter) |
XParameter[] |
NXConverter.convertNParameters(Class<?>[] parameterTypes,
List<NParameter> nparameters) |
Copyright © 2006-2013 Highsource. All Rights Reserved.