org.ow2.cmi.annotation
Annotation Type ArrayProperty


@Retention(value=RUNTIME)
public @interface ArrayProperty

Defines an array 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[] values
          Array of string values.
 

Element Detail

name

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


values

public abstract java.lang.String[] values
Array of string values.



Copyright © 2009 OW2 Consortium. All Rights Reserved.