@Documented
@Inherited
@Target(value={METHOD,CONSTRUCTOR,TYPE,PARAMETER})
@Retention(value=RUNTIME)
public @interface Since
Defines the first Element OS version that a service or parameter is compatible.
Using a service or parameter with a higher version than the Element OS cluster
will result in an @see ApiException.