swagger-core icon indicating copy to clipboard operation
swagger-core copied to clipboard

Add support for jspecify annotations

Open weberhofer opened this issue 3 months ago • 0 comments

Pull Request

Description

This PR adds support for the JSpecify annotations: @NullMarked, @NullUnmarked, @Nullable, @NonNull

Fixes: #4848

Type of Change

  • [ ] 🐛 Bug fix
  • [x] ✨ New feature
  • [ ] ♻️ Refactor (non-breaking change)
  • [x] 🧪 Tests
  • [ ] 📝 Documentation
  • [ ] 🧹 Chore (build or tooling)

Checklist

  • [x] I have added/updated tests as needed
  • [ ] I have added/updated documentation where applicable
  • [x] The PR title is descriptive
  • [x] The code builds and passes tests locally
  • [x] I have linked related issues (if any)

weberhofer avatar Oct 07 '25 14:10 weberhofer