001 package railo.runtime.type.scope; 002 003 import railo.runtime.type.Scope; 004 005 /** 006 * interface for scope CGI 007 */ 008 public interface CGI extends Scope { 009 010 }