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