Annotation Type ManagedOperationParameter
@Target(METHOD) @Retention(RUNTIME) @Documented @Repeatable(ManagedOperationParameters.class) public @interface ManagedOperationParameter
Method-level annotation used to provide metadata about operation parameters, corresponding to aManagedOperationParameterattribute. Used as part of aManagedOperationParametersannotation.As of Spring Framework 4.2.4, this annotation is declared as repeatable.
- Since:
- 1.2
- Author:
- Rob Harrop
- See Also:
ManagedOperationParameters.value(),ManagedOperationParameter
Required Element Summary
Required Elements Modifier and Type Required Element Description StringdescriptionStringname
description
String description