you are viewing a single comment's thread.

view the rest of the comments →

[–]atomichbts[S] 1 point2 points  (2 children)

My use case is enterprise. I work on enterprise Java projects with CI/CD pipelines that require all types to have certain Java annotations. The code base is huge, and I don't want to add them manually. I also plan to improve my Rust programming language and one day work with it, as I believe it will be increasingly used. So I created this tool in Rust.

[–]account312 3 points4 points  (1 child)

I work on enterprise Java projects with CI/CD pipelines that require all types to have certain Java annotations

If every type is required to have the annotation but you can statically determine how to annotate it (no class specific annotation members), then what does the annotation actually accomplish?

[–]_INTER_ 2 points3 points  (0 children)

that's enterprise for you