Package org.openrewrite.groovy.marker
Class RedundantDef
java.lang.Object
org.openrewrite.groovy.marker.RedundantDef
- All Implemented Interfaces:
org.openrewrite.marker.Marker
Deprecated.
In Groovy methods can be declared with a return type and also a redundant 'def' keyword.
This captures the extra def keyword.
-
Constructor Details
-
RedundantDef
public RedundantDef()Deprecated.
-
invalid reference