From c6787d090102fd0d96a28db6b98489f108076392 Mon Sep 17 00:00:00 2001 From: Robin Bygrave Date: Wed, 30 Sep 2015 17:26:30 +1300 Subject: [PATCH] Update javadoc --- src/main/java/com/avaje/ebean/plugin/package-info.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. *

*/ package com.avaje.ebean.plugin; \ No newline at end of file