#784 Javadoc issue

This commit is contained in:
sjaakd 2016-03-15 21:58:55 +01:00
parent d8402a7df2
commit e15b873b9a

View File

@ -96,6 +96,8 @@ public @interface Named {
/**
* A name qualifying the annotated element
*
* @return the name.
*/
String value();
}