Searched refs:stateToReprocess (Results 1 – 1 of 1) sorted by relevance
93 private final Set<ProcessingState> stateToReprocess = new LinkedHashSet<>(); field in BaseProcessor162 for (ProcessingState processingState : stateToReprocess) { in process()170 stateToReprocess.clear(); in process()180 stateToReprocess.add(ProcessingState.of(annotation, element)); in process()