package klik.shared.event; import com.gwtplatform.dispatch.annotation.GenEvent; import com.gwtplatform.dispatch.annotation.Order; @GenEvent public class Setup { @Order(1) boolean open; }