J2K: all annotations should be with "@"

This commit is contained in:
Valentin Kipyatkov
2015-09-15 12:47:08 +03:00
parent cc4aa6ed21
commit 7caccd7578
71 changed files with 129 additions and 129 deletions
@@ -3,7 +3,7 @@ package pack
import pack.A.Nested
internal class A JvmOverloads internal constructor(nested: Nested = Nested(Nested.FIELD)) {
internal class A @JvmOverloads internal constructor(nested: Nested = Nested(Nested.FIELD)) {
internal class Nested internal constructor(p: Int) {
companion object {