Searched refs:supportedAnnotationTypes (Results 1 – 1 of 1) sorted by relevance
161 SupportedAnnotationTypes supportedAnnotationTypes = e.getValue(); in process() local163 boolean run = supportedAnnotationTypes.everything() || toRun.contains(processor); in process()165 if (supportedAnnotationTypes.everything() in process()166 || supportedAnnotationTypes.pattern().matcher(a.toString()).matches()) { in process()