Fix some javadoc warnings

This commit is contained in:
md_5
2020-01-05 11:17:11 +11:00
parent 5f29e939b0
commit 2f547f73f7
7 changed files with 38 additions and 3 deletions

View File

@@ -21,6 +21,8 @@ public @interface EventHandler
* <li>HIGH</li>
* <li>HIGHEST</li>
* </ol>
*
* @return handler priority
*/
byte priority() default EventPriority.NORMAL;
}