Package ball.annotation.processing
Class Shims
- java.lang.Object
-
- ball.annotation.processing.Shims
-
public abstract class Shims extends Object
JDK 8, 9, and 10-specific methods forAbstractProcessor.- Author:
- Allen D. Ball
-
-
Constructor Summary
Constructors Constructor Description Shims()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static JavaFileManagergetJavaFileManager(ProcessingEnvironment env)Method to get theJavaFileManagerfrom aProcessingEnvironment.
-
-
-
Constructor Detail
-
Shims
public Shims()
-
-
Method Detail
-
getJavaFileManager
protected static JavaFileManager getJavaFileManager(ProcessingEnvironment env)
Method to get theJavaFileManagerfrom aProcessingEnvironment.- Parameters:
env- TheProcessingEnvironment.- Returns:
- The
JavaFileManagerif it can be obtained;nullotherwise.
-
-