package com.bloatit.model.right; import com.bloatit.model.Rights; public interface RestrictedInterface { Rights getRights(); }