Hi,
instead of using annotations for configuration i would like to use PHP8 style attributes.
/**
* @Direct\Action()
*/
becomes
#[Direct\Action]
Is this already implemented? If not where is a good starting point for me to implement it?
Best regards,
Julian