Interface Jsr199CompilerFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory that creates an instance of a JSR-199 compiler.
- Since:
- 0.0.1
- Author:
- Ashley Scopes
-
Method Summary
-
Method Details
-
createCompiler
Create a new instance of a JSR-199JavaCompiler
.- Returns:
- the JSR-199 Java compiler.
-