Untitled
ProcessingEnvironment
public interface ProcessingEnvironment {
Map<String, String> getOptions();
Messager getMessager();
Filer getFiler(); //获取Filer
Elements getElementUtils(); //Elements
Types getTypeUtils(); //获取Types
SourceVersion getSourceVersion();
Locale getLocale();
}Elements
Element
最后更新于