Class ProcessingEnvironments
java.lang.Object
org.immutables.value.processor.meta.ProcessingEnvironments
Internal utils relating to
ProcessingEnvironment.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static booleanisEclipseImplementation(ProcessingEnvironment environment) Detect if current compiler is ECJ (Eclipse Compiler).
-
Constructor Details
-
ProcessingEnvironments
private ProcessingEnvironments()
-
-
Method Details
-
isEclipseImplementation
Detect if current compiler is ECJ (Eclipse Compiler).- Parameters:
environment- runtime context of the compilation- Returns:
- true if current annotation processor is executed as part of ECJ, false otherwise.
-