i want to load a map by reading a file in a application startup, and want to utilize this map in some other class to look up for a particular string and execute logic.
Loading of a map should be done only once in application life cycle.
would like to know best approach to declare this map and access in some other logic.