当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
ManagedOperationParameter (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.jmx.export.annotation
Annotation Type ManagedOperationParameter
public @interface ManagedOperationParameter
JDK 1.5+ method-level annotation used to provide metadata about operation
parameters, corresponding to a ManagedOperationParameter
attribute.
Used as part of a ManagedOperationParameters
annotation.
- Since:
- 1.2
- Author:
- Rob Harrop
- See Also:
ManagedOperationParameters.value()
,
ManagedOperationParameter
name
public abstract String name
description
public abstract String description
Copyright © 2002-2007 The Spring Framework.