Oracle Corporation

com.bea.wlcp.wlng.api.management.annotations
Interface Param

All Superinterfaces:
Annotation

public interface Param
extends Annotation

This is an annotation to add descriptions to mbean parameters

Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Method Summary
 String value()
           
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Method Detail

value

public String value()

Oracle Corporation