Which of the following is NOT a feature of annotated parameter overrides in programming?
A) They provide additional information about method parameters.
B) They can enforce constraints on parameter values.
C) They improve code readability by clarifying parameter usage.
D) They automatically handle parameter validation during runtime.