001 package railo.runtime.type; 002 003 import java.io.Serializable; 004 005 public interface SimpleValue extends Serializable { 006 007 }