Why is the String variable name in uppercase ? interface SimpleObject { String NAME = "SimpleObject"; void onPress(); } And if it is to maybe denote that it's a final variable, should the word "final" not be used in front ?