/** * */ package outputter.process; /** * @author Hong Cui * */ public interface AnnotationStrategy { void handle(); }