package pkg; public interface TestInterfaceWithPrimitiveField { int MAX_BYTE_VALUE = 127; }