| 3 | import lombok.Data; |
| 4 | |
| 5 | @Data |
| 6 | public class EventWindowScreenChange implements Event { |
| 7 | public static final EventWindowScreenChange INSTANCE = new EventWindowScreenChange(); |
| 8 | } |
nothing calls this directly
no outgoing calls
no test coverage detected