7 lines
92 B
Java
7 lines
92 B
Java
package obix.contracts;
|
|
|
|
import obix.IObj;
|
|
|
|
public interface PermissionErr extends IObj {
|
|
}
|