diff --git a/src/main/java/com/avaje/ebean/plugin/package-info.java b/src/main/java/com/avaje/ebean/plugin/package-info.java index 91ec0907e..385ba5c74 100644 --- a/src/main/java/com/avaje/ebean/plugin/package-info.java +++ b/src/main/java/com/avaje/ebean/plugin/package-info.java @@ -1,8 +1,8 @@ /** - * Generation DDL migration scripts based on changes to the model. + * Provides a API for plugins. *
- * You can use DbMigration 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.
*