package com.iluwatar; /** * * Strategy interface. * */ public interface DragonSlayingStrategy { void execute(); }