package org.apache.velocity.util; import org.apache.velocity.runtime.RuntimeServices; public interface RuntimeServicesAware { void setRuntimeServices(RuntimeServices runtimeServices); }