I have a class that defines the names of various constants, e.g.
class Constants { public static final String ATTR_CURRENT_USER = "current.user"; }