package com.nominanuda.code; public interface CodeConstants { String NOT_IMPLEMENTED = "not implemented"; }