File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
java-compiler-testing/src/main/java/io/github/ascopes/jct/compilers Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package io .github .ascopes .jct .compilers . impl ;
16+ package io .github .ascopes .jct .compilers ;
1717
1818import static io .github .ascopes .jct .utils .IterableUtils .requireNonNullValues ;
1919import static java .util .Objects .requireNonNull ;
2020
21- import io .github .ascopes .jct .compilers .JctCompiler ;
22- import io .github .ascopes .jct .compilers .JctCompilerConfigurer ;
23- import io .github .ascopes .jct .compilers .JctFlagBuilder ;
21+ import io .github .ascopes .jct .compilers .impl .JctCompilationFactory ;
22+ import io .github .ascopes .jct .compilers .impl .JctCompilationImpl ;
2423import io .github .ascopes .jct .filemanagers .AnnotationProcessorDiscovery ;
2524import io .github .ascopes .jct .filemanagers .LoggingMode ;
2625import io .github .ascopes .jct .workspaces .Workspace ;
5352 * @author Ashley Scopes
5453 * @since 0.0.1
5554 */
56- @ API (since = "0.0.1" , status = Status .INTERNAL )
55+ @ API (since = "0.0.1" , status = Status .EXPERIMENTAL )
5756public abstract class AbstractJctCompiler <A extends AbstractJctCompiler <A >>
5857 implements JctCompiler <A , JctCompilationImpl > {
5958
Original file line number Diff line number Diff line change 1515 */
1616package io .github .ascopes .jct .compilers .javac ;
1717
18- import io .github .ascopes .jct .compilers .impl . AbstractJctCompiler ;
18+ import io .github .ascopes .jct .compilers .AbstractJctCompiler ;
1919import javax .lang .model .SourceVersion ;
2020import javax .tools .JavaCompiler ;
2121import javax .tools .ToolProvider ;
You can’t perform that action at this time.
0 commit comments