Home
last modified time | relevance | path

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

/external/turbine/java/com/google/turbine/binder/
DProcessing.java161 SupportedAnnotationTypes supportedAnnotationTypes = e.getValue(); in process() local
163 boolean run = supportedAnnotationTypes.everything() || toRun.contains(processor); in process()
165 if (supportedAnnotationTypes.everything() in process()
166 || supportedAnnotationTypes.pattern().matcher(a.toString()).matches()) { in process()