This commit is contained in:
Redkale
2016-10-21 10:53:37 +08:00
parent c16b0b520d
commit ecf102aff3
3 changed files with 13 additions and 78 deletions

View File

@@ -40,4 +40,11 @@ public @interface Entity {
* @return String
*/
String name() default "";
/**
* (Optional) The comment of the entity.
*
* @return String
*/
String comment() default "";
}