ch.systemsx.cisd.common.api
Annotation Type MinimalMinorVersion


@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface MinimalMinorVersion

The minimal minor version that a service needs to have in order to possess this method.


Required Element Summary
 int value
          The minimal minor version that a service needs to have in order to possess this method.
 

Element Detail

value

public abstract int value
The minimal minor version that a service needs to have in order to possess this method.