spring-framework / org.springframework.jmx.export.annotation / ManagedOperationParameters

ManagedOperationParameters

@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

Constructors

<init>

ManagedOperationParameters(vararg value: ManagedOperationParameter)

Method-level annotation used to provide metadata about operation parameters, corresponding to an array of ManagedOperationParameter attributes.

Properties

value

val value: Array<ManagedOperationParameter>