Searched refs:gwtIncompatible (Results 1 – 3 of 3) sorted by relevance
38 Optional<AnnotationSpec> gwtIncompatible = in gwtIncompatibleAnnotation() local45 if (gwtIncompatible.isPresent()) { in gwtIncompatibleAnnotation()46 return gwtIncompatible; in gwtIncompatibleAnnotation()
34 boolean gwtIncompatible = clazz.isAnnotationPresent(GwtIncompatible.class); in assertGwtIncompatible()35 if (!gwtIncompatible) { in assertGwtIncompatible()
40 boolean gwtIncompatible = clazz.isAnnotationPresent(GwtIncompatible.class); in assertGwtIncompatible()41 if (!gwtIncompatible) { in assertGwtIncompatible()