Organize to packages.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package com.iluwatar.magic;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.iluwatar.spell.Spell;
|
||||
import com.iluwatar.spellbook.Spellbook;
|
||||
import com.iluwatar.wizard.Wizard;
|
||||
|
||||
|
||||
public interface MagicService {
|
||||
|
||||
List<Wizard> findAllWizards();
|
||||
|
||||
List<Spellbook> findAllSpellbooks();
|
||||
|
||||
List<Spell> findAllSpells();
|
||||
|
||||
}
|
Reference in New Issue
Block a user