Annotation option 'mustBeDocumented': definition, mapping from Kotlin to Java Documented and back, tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
annotation(mustBeDocumented = true) class DocAnn
|
||||
|
||||
annotation class NotDocAnn
|
||||
|
||||
DocAnn class My
|
||||
|
||||
NotDocAnn class Your
|
||||
Reference in New Issue
Block a user