org.ow2.carol.cmi.annotation
Annotation Type Property


@Retention(value=RUNTIME)
public @interface Property

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 © 2008 OW2 Consortium. All Rights Reserved.