openrewrite / rewrite-python

OpenRewrite recipes for Python.
Apache License 2.0
17 stars 5 forks source link

Change `def` modifier used on `MethodDeclarations` to a `J.Annotation`. #48

Open traceyyoshima opened 1 year ago

traceyyoshima commented 1 year ago

The DEFAULT modifier is used to store the whitespace for the def keyword, which causes breaking changes from ModifierOrder recipe.