Bug Report
Annotation AttributeOverride carry #[Attribute] attribute unreasonably.
| Q |
A |
| BC Break |
no |
| Version |
2.10.x |
Summary
Currently AttributeOverride is an annotation but the class declaration also consists of #[Attribute] attributes.
This implies a false impression for the attribute to be usable while it's false because there is no way to apply it nor class constructor which could be used on entity class as an attribute.