package ch20annotation.database; import org.junit.Test; /** * Created with IntelliJ IDEA. * User: yidao * Date: 12-6-3 * Time: 下午9:11 * TableCreatorTest */ public class TableCreatorTest { @Test public void testProcessAnnotation() throws Exception { TableCreator.processAnnotation(); } }