1 @Target({ElementType.TYPE}) 2 @Retention(RetentionPolicy.RUNTIME) 3 public @interface Table { 4 String value(); 5 } 表名注解 相关文章: