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

/openjdk7/langtools/src/share/classes/javax/annotation/processing/
H A DProcessor.java48 * <p> Each implementation of a {@code Processor} must provide a
55 * <li>If an existing {@code Processor} object is not being used, to
69 * method on the {@code Processor} object; a new {@code Processor}
165 public interface Processor { interface
270 * Processor} must gracefully handle an empty set of annotations.
/openjdk7/langtools/test/tools/javac/processing/
H A DT6920317.java163 opts.add(Processor.class.getName());
355 public static class Processor extends JavacTestingAbstractProcessor { class in class:T6920317

Completed in 1591 milliseconds