package io.codearte.jfairy; /** * @author Jakub Kubrynski */ interface FairyFactory { Fairy createFairy(); }