We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8006004 commit ee51189Copy full SHA for ee51189
grails-gsp/src/main/groovy/org/grails/gsp/compiler/transform/LineNumber.java
@@ -27,7 +27,7 @@
27
*/
28
@Retention(RetentionPolicy.SOURCE)
29
@Target({ ElementType.TYPE })
30
-@GroovyASTTransformationClass({"LineNumberTransform"})
+@GroovyASTTransformationClass({"org.grails.gsp.compiler.transform.LineNumberTransform"})
31
public @interface LineNumber {
32
int[] lines();
33
String sourceName();
0 commit comments