79219261

Date: 2024-11-24 03:13:06
Score: 1
Natty:
Report link

No way. It does not even make any sense. Attributes are static, they just add some metadata to the file. They are already known during build time. During runtime, you can only read the metadata related to the attributes. This is how you make runtime behavior dependent on the attributes.

And you are talking about actual parameters (not formal parameters, not their types). They not just runtime object, they are different in each stack frame.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Sergey A Kryukov