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