javax.annotation.processing
Interface ProcessingEnvironment
public interface ProcessingEnvironment
- Version:
- $Revision$ $Date$
getLocale
Locale getLocale()
getOptions
Map<String,String> getOptions()
getFiler
Filer getFiler()
getMessager
Messager getMessager()
getSourceVersion
javax.lang.model.SourceVersion getSourceVersion()
getElementUtils
javax.lang.model.util.Elements getElementUtils()
getTypeUtils
javax.lang.model.util.Types getTypeUtils()
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.