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 JavaFileManager
getJavaFileManager(ProcessingEnvironment env)
Method to get theJavaFileManager
from aProcessingEnvironment
.
-
-
-
Constructor Detail
-
Shims
public Shims()
-
-
Method Detail
-
getJavaFileManager
protected static JavaFileManager getJavaFileManager(ProcessingEnvironment env)
Method to get theJavaFileManager
from aProcessingEnvironment
.- Parameters:
env
- TheProcessingEnvironment
.- Returns:
- The
JavaFileManager
if it can be obtained;null
otherwise.
-
-