You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This rule flags valid usages because it conflates annotated methods and
annotated return types, considering that the `@Nullable` annotation
should be on its own line. For example, the following fails:
```
@OverRide@nullable String getName() {
```
See gh-1132
Following on the migration in Spring Framework spring-projects/spring-framework#28797, we will also migrate in Spring for GraphQL.
The text was updated successfully, but these errors were encountered: