Annotation Interface ManagedOperationParameter
@Target(METHOD)
@Retention(RUNTIME)
@Documented
@Repeatable(ManagedOperationParameters.class)
public @interface ManagedOperationParameter
Method-level annotation used to provide metadata about operation parameters,
corresponding to a
ManagedOperationParameter
attribute.
This annotation can be used as a repeatable annotation.
- Since:
- 1.2
- Author:
- Rob Harrop
- See Also:
-
Required Element Summary