26 lines
587 B
Java
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);
|
|
}
|
|
}
|
|
|