站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

ManagedOperationParameter (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

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

Required Element Summary
 String description
           
 String name
           
 

Element Detail

name

public abstract String name

description

public abstract String description

The Spring Framework

Copyright © 2002-2007 The Spring Framework.