org.junit.contrib.truth.util
Annotation Type GwtCompatible
@Retention(value=CLASS)
@Target(value={TYPE,METHOD})
@Documented
@GwtCompatible
public @interface GwtCompatible
This is a straight copy of com.google.common.annotations.GwtCompatible
copied to Truth so that it can be used to GWT enable guava tests without creating
a dependency from Truth back to Guava.
serializable
public abstract boolean serializable
- Default:
- false
emulated
public abstract boolean emulated
- Default:
- false
Copyright © 2014. All Rights Reserved.