org.junit.contrib.truth.util
Annotation Type GwtIncompatible


@Retention(value=CLASS)
@Target(value={TYPE,METHOD,CONSTRUCTOR,FIELD})
@Documented
@GwtCompatible
public @interface GwtIncompatible

This is a straight copy of com.google.common.annotations.GwtIncompatible copied to Truth so that it can be used to GWT enable guava tests without creating a dependency from Truth back to Guava.


Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2014. All Rights Reserved.