1 package info.ejava.examples.ejb.interceptor.bo; 2 3 /** 4 * This group identifies validation to occur when inserting/creating new entities 5 */ 6 public interface PrePersistCheck { 7 }