use of com.yahoo.aptutils.utils.AptUtils in project squidb by yahoo.
the class ErrorLoggingProcessor method init.
@Override
public synchronized void init(ProcessingEnvironment processingEnv) {
super.init(processingEnv);
this.utils = new AptUtils(processingEnv);
}
use of com.yahoo.aptutils.utils.AptUtils in project squidb by yahoo.
the class ModelSpecProcessor method init.
@Override
public synchronized void init(ProcessingEnvironment env) {
super.init(env);
utils = new AptUtils(env);
pluginEnv = new PluginEnvironment(utils, env.getOptions());
}
Aggregations