org.ow2.cmi.annotation
Annotation Type Properties


@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Properties

Indicates some properties to apply at a policy of load-balancing. A property can have a simple value represented by a String or an array of simple values represented by an array of String. A simple value has to have one of the following types: primitive types, URL, File, Class.

Author:
The new CMI team

Optional Element Summary
 ArrayProperty[] arrayProperties
          Array properties.
 SimpleProperty[] simpleProperties
          Simple properties.
 

simpleProperties

public abstract SimpleProperty[] simpleProperties
Simple properties.

Default:
{}

arrayProperties

public abstract ArrayProperty[] arrayProperties
Array properties.

Default:
{}


Copyright © 2009 OW2 Consortium. All Rights Reserved.