Output of javap ``` Compiled from "EventsDelegatin...
# announcements
a
Output of javap
Copy code
Compiled from "EventsDelegatingWidget.kt"
public interface ....common.view.EventsDelegatingWidget<D extends ....common.view.EventsDelegate> extends ....common.view.Widget {
  public abstract D getEventsDelegate();

  public abstract void setEventsDelegate(D);
}