org.ow2.cmi.annotation
Annotation Type SimpleProperty


@Retention(value=RUNTIME)
public @interface SimpleProperty

Defines a simple property for policy of load-balancing. To be used by the annotation Properties.

Author:
The new CMI team
See Also:
Properties

Required Element Summary
 java.lang.String name
          Name of property.
 java.lang.String value
          String value.
 

Element Detail

name

public abstract java.lang.String name
Name of property.


value

public abstract java.lang.String value
String value.



Copyright © 2009 OW2 Consortium. All Rights Reserved.