- All Implemented Interfaces:
- Rule
public class SetterMustExistRule
extends Object
implements Rule
This rule ensures that all Fields have a setter associated with them.
Exception are fields defined static final since those are usually constants.
- Author:
- oshoukry