Home
last modified time | relevance | path

Searched refs:gwtIncompatible (Results 1 – 3 of 3) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/writing/
DGwtCompatibility.java38 Optional<AnnotationSpec> gwtIncompatible = in gwtIncompatibleAnnotation() local
45 if (gwtIncompatible.isPresent()) { in gwtIncompatibleAnnotation()
46 return gwtIncompatible; in gwtIncompatibleAnnotation()
/external/dagger2/javatests/dagger/functional/producers/gwt/
DGwtIncompatiblesTest.java34 boolean gwtIncompatible = clazz.isAnnotationPresent(GwtIncompatible.class); in assertGwtIncompatible()
35 if (!gwtIncompatible) { in assertGwtIncompatible()
/external/dagger2/javatests/dagger/functional/gwt/
DGwtIncompatiblesTest.java40 boolean gwtIncompatible = clazz.isAnnotationPresent(GwtIncompatible.class); in assertGwtIncompatible()
41 if (!gwtIncompatible) { in assertGwtIncompatible()