I chose to take properties file for customization of some settings. I use the following code to make a Properties Object available in a class
Properties defa
Load the properties once using and store the Properties somewheres that others classes can pull from. If that is a MyProperties class that references a static variable somewhere that is fine.