Comments for the strategy example.
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
package com.iluwatar;
|
||||
|
||||
/**
|
||||
*
|
||||
* Strategy interface.
|
||||
*
|
||||
*/
|
||||
public interface DragonSlayingStrategy {
|
||||
|
||||
void execute();
|
||||
|
Reference in New Issue
Block a user