package net.sourceforge.fenixedu.domain.security; import net.sourceforge.fenixedu.domain.RootDomainObject; public class BlockDefinition extends BlockDefinition_Base { public BlockDefinition() { super(); } @Override protected RootDomainObject getRootDomainObject() { return RootDomainObject.getInstance(); } }