public class XParameter extends XAnnotated
Constructor and Description |
---|
XParameter(Class<?> type,
XAnnotation<?>[] xannotations)
Constructs an annotated method parameter.
|
Modifier and Type | Method and Description |
---|---|
Class<?> |
getType()
Returns type of the method parameter.
|
equals, getAnnotations, getXAnnotations, hashCode, toString
public XParameter(Class<?> type, XAnnotation<?>[] xannotations)
type
- parameter type.xannotations
- parameter annotations.public Class<?> getType()
Copyright © 2006–2018. All rights reserved.