Update javadoc

This commit is contained in:
Robin Bygrave
2015-09-30 17:26:30 +13:00
parent 3792e06859
commit c6787d0901
@@ -1,8 +1,8 @@
/**
* Generation DDL migration scripts based on changes to the model.
* Provides a API for plugins.
* <p>
* You can use <code>DbMigration</code> to compare the entity bean model to its prior state
* and generate DDL for the differences - adding tables, columns etc.
* Plugins can get and read meta data about the entity beans and enhance or utilise the
* functionality of the EbeanServer.
* </p>
*/
package com.avaje.ebean.plugin;