Slackbot
02/15/2024, 11:40 PMVladimir Sitnikov
02/16/2024, 5:17 AM@Input to the base class? Why redeclare the property in a subclass?Vampire
02/16/2024, 2:30 PMAbstractMyTask 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