Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 619 Bytes

Readme.md

File metadata and controls

17 lines (13 loc) · 619 Bytes

Phaser

A framework which allows to define execution phases. Phase inner logic and all methods in a class annotated with phase annotation will be executed in a defined order.

Contribution:

Before you submit a pull request, please ensure that:

  • New issue is created for your task.
  • mvn checkstyle:check is passing.
  • There are no blank spaces.
  • There is new line at end of each file.
  • Commit messages start with 'Issue #ID', are in the imperative and well formed.