1 package org.catacomb.interlish.service; 2 3 4 public interface ScriptChecker { 5 6 public ScriptReport checkScript(Object obj); 7 8 }