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, toStringpublic XParameter(Class<?> type, XAnnotation<?>[] xannotations)
type - parameter type.xannotations - parameter annotations.public Class<?> getType()
Copyright © 2006–2016. All rights reserved.