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