Skip to content
Closed
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.github.ascopes.jct.compilers.impl;
package io.github.ascopes.jct.compilers;

import static io.github.ascopes.jct.utils.IterableUtils.requireNonNullValues;
import static java.util.Objects.requireNonNull;
Expand Down Expand Up @@ -53,7 +53,7 @@
* @author Ashley Scopes
* @since 0.0.1
*/
@API(since = "0.0.1", status = Status.INTERNAL)
@API(since = "0.0.1", status = Status.EXPERIMENTAL)
public abstract class AbstractJctCompiler<A extends AbstractJctCompiler<A>>
implements JctCompiler<A, JctCompilationImpl> {

Expand Down