0.5.3
·
100 commits
to master
since this release
Included commits: 0.5.2...0.5.3
Improvements
- Introduced
BridgeMethodsInterfaceRuleto check return type for bridge methods and interfaces, bridges and their interface should have return/param types added where possible. - Adjusted
BridgeMethodsRuleto check for method signature of bridge vs interface. They must always fully match. - Adjusted ServiceRule so it skips the check for AbstractService.