Consider the following: ```groovy @Category(String[]) class C { } ``` Editor shows error: "The value for annotation attribute Category.value must be a class literal"
Consider the following:
Editor shows error: "The value for annotation attribute Category.value must be a class literal"