Interface PreferencesHandler


  • public interface PreferencesHandler
    Author:
    Fabrizio Giudici
    • Method Detail

      • getInstance

        @Nonnull
        static PreferencesHandler getInstance()
        main() probably needs it and Spring has not booted yet, so this class can be accessed also by this factory method. Note that Spring instantiates the bean by calling this method, so we really have a singleton.