GWT 2.7.0

com.google.gwt.i18n.client
Annotation Type Constants.DefaultBooleanValue


@Retention(value=RUNTIME)
@Target(value=METHOD)
@Documented
public static @interface Constants.DefaultBooleanValue

Default boolean value to be used if no translation is found (and also used as the source for translation). No quoting (other than normal Java string quoting) is done.


Required Element Summary
 boolean value
           
 

Element Detail

value

public abstract boolean value

GWT 2.7.0