Oracle Corporation

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

All Superinterfaces:
Annotation

public interface Description
extends Annotation

This is the annotation to add descriptions to the mbean operations

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