Skip to content

Releases: fhtw-swp-tutorium/java-annotations

v0.0.3

16 May 15:58

Choose a tag to compare

This release adds support for the strategy, decorator and composite pattern.

v0.0.2

09 Mar 10:46

Choose a tag to compare

This release adds support for the Command pattern and adds annotations concerning the observer pattern to describe the methods for registering, unregistering and notifying observers.

v0.0.1

09 Mar 10:49

Choose a tag to compare

Initial release of the annotations for describing design patterns.
Supported patterns:

  • Observer
  • Singleton