package org.specs2.springexample; /** * @author janmachacek */ public interface LegalRegulations { boolean hasDoped(Rider rider); }