Annotation Type Since


@Retention(value=RUNTIME)
public @interface Since

This annotation is used by compiler to determine the lowest client version than is capable of running the widget being compiled.


Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value