6 lines
98 B
Java
6 lines
98 B
Java
package org.apache.batik.bridge;
|
|
|
|
public interface ScriptSecurity {
|
|
void checkLoadScript();
|
|
}
|