@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Inherited
public @interface Servers
Note: If both Server
and
Servers
annotation are specified on the same
type, the server definitions will be combined.
public abstract Server[] value