java-client
java-client copied to clipboard
Feature: Overridden widget interfaces
Description
Is it possible to implement so that overridden widgets are interfaces?
Environment
Java client 8.5.0
Details
Now we have some restrictions: All classes which are declared by the OverrideWidget annotation should be subclasses of the class declared by field All classes which are declared by the OverrideWidget should not be abstract
@OverrideWidget(iOSUIAutomation = UsersWidgetForIOS .class) DefaultUsersWidget widget;
Is it possible to implement so that DefaultUsersWidget is an interface?