I am currently working in the Guice Module. Here, I am injecting the Properties file from Java Util. The properties file constists of default constructor. So do I have to bind the properties file in my Guice Module or it will directly create the properties class with its default constructor without binding it?
Thank you very much