Home
last modified time | relevance | path

Searched defs:annotationOnlyDest (Results 1 – 1 of 1) sorted by relevance

/external/desugar/java/com/google/devtools/build/android/desugar/
DInterfaceDesugaring.java501 private final MethodVisitor annotationOnlyDest; field in InterfaceDesugaring.MultiplexAnnotations
503 public MultiplexAnnotations(@Nullable MethodVisitor dest, MethodVisitor annotationOnlyDest) { in MultiplexAnnotations()