public class RoundDispatcher extends Object
| Constructor and Description |
|---|
RoundDispatcher(IProcessorProvider provider,
RoundEnvironment env,
Set<TypeElement> rootAnnotations,
PrintWriter traceProcessorInfo,
PrintWriter traceRounds) |
public RoundDispatcher(IProcessorProvider provider, RoundEnvironment env, Set<TypeElement> rootAnnotations, PrintWriter traceProcessorInfo, PrintWriter traceRounds)
rootAnnotations - a possibly empty but non-null set of annotations on the
root compilation units of this round. A local copy of the set will be made, to
avoid modifying the set passed in.traceProcessorInfo - a PrintWriter that processor trace output will be sent
to, or null if tracing is not desired.traceRounds - Copyright © 2013. All rights reserved.