Package org.jvnet.basicjaxb_annox.model
Class XParameter
java.lang.Object
org.jvnet.basicjaxb_annox.model.XAnnotated
org.jvnet.basicjaxb_annox.model.XParameter
Defines an annotated method or constructor parameter.
- Author:
- Aleksei Valikov
-
Constructor Summary
ConstructorsConstructorDescriptionXParameter(Class<?> type, XAnnotation<?>[] xannotations) Constructs an annotated method parameter. -
Method Summary
Methods inherited from class org.jvnet.basicjaxb_annox.model.XAnnotated
equals, getAnnotations, getXAnnotations, hashCode, toString
-
Constructor Details
-
XParameter
Constructs an annotated method parameter.- Parameters:
type- parameter type.xannotations- parameter annotations.
-
-
Method Details
-
getType
Returns type of the method parameter.- Returns:
- Type of the method parameter.
-