org.ujorm.orm.annot
Annotation Type Comment


@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
public @interface Comment

Use the annotation to comment a database table or column.
In case you are using the database MySQL, please see more information about the column implementation

See Also:
MySqlDialect column implementation

Optional Element Summary
 String value
           
 

value

public abstract String value
Default:
""


Copyright 2013, Pavel Ponec