Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/writing/
DGwtCompatibility.java42 .filter(annotation -> isGwtIncompatible(annotation)) in gwtIncompatibleAnnotation()
53 private static boolean isGwtIncompatible(AnnotationMirror annotation) { in isGwtIncompatible() method in GwtCompatibility