Home
last modified time | relevance | path

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

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