public interface OperationParameter
| Modifier and Type | Method and Description |
|---|---|
<T extends java.lang.annotation.Annotation> |
getAnnotation(java.lang.Class<T> annotation)
Returns this element's annotation for the specified type if such an annotation is
present, else null.
|
java.lang.String |
getName()
Returns the parameter name.
|
java.lang.Class<?> |
getType()
Returns the parameter type.
|
boolean |
isMandatory()
Return if the parameter is mandatory (does not accept null values).
|
java.lang.String getName()
java.lang.Class<?> getType()
boolean isMandatory()
<T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotation)
T - type of the annotationannotation - class of the annotation