perfectsense / gyro

Gyro is a command-line tool for creating, updating, and maintaining cloud infrastructure. Gyro makes infrastructure-as-code possible.
https://gyro.dev
Apache License 2.0
134 stars 7 forks source link

Implement @deprecated annotation for fields #338

Open deepanjan90 opened 3 years ago

deepanjan90 commented 3 years ago

Is your feature request related to a problem? Please describe. Implement a way to deprecate fields that are no longer in use and should eventually be deleted.

Describe the solution you'd like Create a annotation @deprecated The diff engine should ignore triggering getter and setter for fields that have this annotation.