Skip navigation links

Package com.github.fge.msgsimple.load

Automatic message bundle loading support

See: Description

Package com.github.fge.msgsimple.load Description

Automatic message bundle loading support

In order to use the loading support, all you need to do is provide an implementation of MessageBundleLoader. Then, to load (and cache) the message bundle, it is as simple as:

     final MessageBundle bundle
         = MessageBundles.getBundle(MyFirstBundle.class);
 
Skip navigation links