Render '@' before each annotation
This commit is contained in:
+1
-1
@@ -3,5 +3,5 @@
|
||||
|
||||
package test
|
||||
|
||||
public final class AnnotationsOnPrimaryCtr @[dependency.A dependency.B dependency.C] private constructor() {
|
||||
public final class AnnotationsOnPrimaryCtr @dependency.A @dependency.B @dependency.C private constructor() {
|
||||
}
|
||||
Reference in New Issue
Block a user