1: package nl.hippo.cms.wizard.widgets; 2: 3: public interface Unionable { 4: 5: boolean hasUnions(); 6: }