javax.annotation.processing
Interface ProcessingEnvironment
public interface ProcessingEnvironment
- Version:
- $Revision$ $Date$
getLocale
java.util.Locale getLocale()
getOptions
java.util.Map<java.lang.String,java.lang.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-2010 The Apache Software Foundation. All Rights Reserved.