1: package net.sourceforge.pmd.util; 2: 3: public interface NumericConstants { 4: 5: Integer ZERO = 0; 6: Integer ONE = 1; 7: }