Searched refs:supportedAnnotation (Results 1 – 1 of 1) sorted by relevance
87 String supportedAnnotation = Iterables.getOnlyElement(getSupportedAnnotationTypes()); in process() local88 Preconditions.checkState(supportedAnnotation.equals(annotation.toString())); in process()