@Target([AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER]) class ManagedOperationParameters
Method-level annotation used to provide metadata about operation parameters, corresponding to an array of ManagedOperationParameter attributes.
Author
Rob Harrop
Since
1.2
See Also
org.springframework.jmx.export.metadata.ManagedOperationParameter
ManagedOperationParameters(vararg value: ManagedOperationParameter)
Method-level annotation used to provide metadata about operation parameters, corresponding to an array of |
val value: Array<ManagedOperationParameter> |