|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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 |
---|
public abstract String value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |