This message was deleted.
# plugin-development
s
This message was deleted.
v
How about moving
@Input
to the base class? Why redeclare the property in a subclass?
v
TIAS? 🙂 Indeed having
AbstractMyTask
property annotated as
@Input
and nothing on the overridden property works. Having
@Internal
on the
AbstractMyTask
property and
@Input
on the overriden property also works.
Why redeclare the property in a subclass?
Because it is a provider in the superclass