Descripción
Strategy interface for Strategy pattern
File Template: ✅
Prefix
strategy:interface
Scopes
java
Snippet de código
public interface ${1:Strategy} {
void execute();
}
Strategy interface for Strategy pattern
strategy:interface
java
public interface ${1:Strategy} {
void execute();
}