Skip to content

Commit

Permalink
Fix Javadoc error in EntityListener class #42
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-pullabhotla committed Oct 10, 2016
1 parent adaa192 commit e60a0eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/java/com/jmethods/catatumbo/EntityListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
*
* <p>
* Callback methods must have one or more of these annotations:
* </p>
*
* <ul>
* <li>{@link PreInsert}</li>
* <li>{@link PostInsert}</li>
Expand All @@ -49,10 +51,11 @@
* <li>{@link PostDelete}</li>
* <li>{@link PostLoad}</li>
* </ul>
* </p>
*
* <p>
* Entity Listener classes must conform to the following specification:
* </p>
*
* <ul>
* <li>Must have a default (no-arg) constructor</li>
* <li>Each callback method must be public, must not be static, abstract or
Expand All @@ -67,7 +70,6 @@
* can have both {@link PreInsert}, {@link PreUpdate} and {@link PreUpsert}
* annotations.</li>
* </ul>
* </p>
*
* @author Sai Pullabhotla
*
Expand Down

0 comments on commit e60a0eb

Please sign in to comment.