Azure / autorest.java

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

Missing @Generated annotation for `enum` values. #2676

Open srnagar opened 3 months ago

srnagar commented 3 months ago

@Generated annotation should be added to fixed enum values.

weidongxu-microsoft commented 3 months ago

@haolingdong-msft I forget the reason why we didn't do this to enum. Does the Generated annotation not work there, or our partial-update didn't merge for enum?