1 2 package org.catacomb.interlish.structure; 3 4 public interface PreSaveValidable { 5 6 void preSaveValidate(); 7 8 }