This won't work, you'll get "Attribute value must be constant" error.
Reason: Annotations in Java are processed at compile-time, and their attribute values must be resolvable without executing runtime logic.