Problem/Motivation
As per https://www.drupal.org/node/3395582 not providing an attribute class is deprecated in 11.2
Since we only support 10.2 and above we can safely remove the annotations.
See Attribute-based plugins, Plugin types should use PHP attributes instead of annotations and Plugin implementations should use PHP attributes instead of annotations
Steps to reproduce
N/A
Proposed resolution
Add attribute support
Remaining tasks
Do it
User interface changes
N/A
API changes
Annotations removed, attributes added.
Data model changes
N/A
Comments
Comment #2
gbyteComment #3
acbramley commentedUpdated IS
Comment #5
gbyteBoth annotation types now work with this module.