Interface JctCompiler

All Known Implementing Classes:
AbstractJctCompiler

@API(since="0.0.1", status=STABLE) public interface JctCompiler
Base definition of a compiler that can be configured to perform a compilation run against sources.

JctCompiler objects are often a nexus that will manage configuring an underlying JSR-199 compiler internally in a platform-agnostic way.

Since:
0.0.1
Author:
Ashley Scopes