An open API service indexing awesome lists of open source software.

https://github.com/daggerok/strategy-pattern-example

Strategy Design Patter java 7 / 8 / functional implementations
https://github.com/daggerok/strategy-pattern-example

design-pattern design-patterns strategy strategy-design-pattern strategy-pattern

Last synced: 8 months ago
JSON representation

Strategy Design Patter java 7 / 8 / functional implementations

Awesome Lists containing this project

README

          

# strategy-pattern-example [![Build Status](https://travis-ci.org/daggerok/strategy-pattern-example.svg?branch=master)](https://travis-ci.org/daggerok/strategy-pattern-example)
Strategy Design Patter java 7 / 8 / functional implementations

_test_

```bash
./mvnw
./gradlew
```

NOTE: _This project has been based on [GitHub: daggerok/main-starter](https://github.com/daggerok/main-starter)_