org.jvnet.annox.model
Class XParameter
java.lang.Object
org.jvnet.annox.model.XAnnotated
org.jvnet.annox.model.XParameter
public class XParameter
- extends XAnnotated
Defines an annotated method or constructor parameter.
- Author:
- Aleksei Valikov
Method Summary |
Class<?> |
getType()
Returns type of the method parameter. |
XParameter
public XParameter(Class<?> type,
XAnnotation[] xannotations)
- Constructs an annotated method parameter.
- Parameters:
type
- parameter type.xannotations
- parameter annotations.
getType
public Class<?> getType()
- Returns type of the method parameter.
- Returns:
- Type of the method parameter.
Copyright © 2006-2011 Highsource. All Rights Reserved.