more sensible docs for @MustBeDocumented

This commit is contained in:
Dmitry Jemerov
2016-07-12 16:08:26 +02:00
parent ccbc19f7e9
commit e492d23d58
@@ -91,7 +91,8 @@ public annotation class Retention(val value: AnnotationRetention = AnnotationRet
public annotation class Repeatable
/**
* This meta-annotation determines that an annotation is a part of public API and therefore must be documented
* This meta-annotation determines that an annotation is a part of public API and therefore should be included in the generated
* documentation for the element to which the annotation is applied.
*/
@Target(AnnotationTarget.ANNOTATION_CLASS)
public annotation class MustBeDocumented