Searched refs:stubAnnotations (Results 1 – 1 of 1) sorted by relevance
406 val stubAnnotations = options.copyStubAnnotationsFrom in processFlags() constant407 if (stubAnnotations != null) { in processFlags()409 val src = File(stubAnnotations, "src${File.separator}main${File.separator}java") in processFlags()410 val source = if (src.isDirectory) src else stubAnnotations in processFlags()