Azure / autorest.java

Extension for AutoRest (https://github.com/Azure/autorest) that generates Java code
MIT License
33 stars 82 forks source link

Remove non null configuration #2584

Closed alzimmermsft closed 6 months ago

alzimmermsft commented 6 months ago

Removes the configuration setting that adds NonNull annotations to parameters and methods. This setting isn't used often and NonNull is very opinionated as there are multiple options available in the Java ecosystem using this name. This also removes the tie into Reactor annotations, if the setting were set.