Searched defs:OptionCheck (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/tools/apt/Options/
H A DOptionChecker.java37 static class OptionCheck implements AnnotationProcessor { class in class:OptionChecker
39 OptionCheck(AnnotationProcessorEnvironment ape) { method in class:OptionChecker.OptionCheck
109 return AnnotationProcessors.getCompositeAnnotationProcessor(new OptionCheck(ape),
114 return new OptionCheck(ape);

Completed in 29 milliseconds