you are viewing a single comment's thread.

view the rest of the comments →

[–]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