2026-03-17 13:31:18 -07:00

26 lines
587 B
Java

/*
* Decompiled with CFR 0.152.
*/
package javax.baja.license;
import javax.baja.license.Feature;
import javax.baja.sys.BInterface;
import javax.baja.sys.Sys;
import javax.baja.sys.Type;
public interface BILicensed
extends BInterface {
public static final Type TYPE;
public Feature getLicenseFeature();
static {
Class clazz = 1.class$javax$baja$license$BILicensed;
if (clazz == null) {
clazz = 1.class$javax$baja$license$BILicensed = 1.class("[Ljavax.baja.license.BILicensed;", false);
}
TYPE = Sys.loadType(clazz);
}
}