java-client icon indicating copy to clipboard operation
java-client copied to clipboard

Feature: Overridden widget interfaces

Open wazzeps opened this issue 2 years ago • 0 comments

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?

wazzeps avatar May 28 '23 21:05 wazzeps