1 package org.catacomb.interlish.structure; 2 3 4 public interface ControllerSpecifier { 5 6 String getControllerPath(); 7 8 9 }