I am using Guice without any spring dependencies.
Is there way to get System properties passed to java (java -Dfoo="asda") in Module. The goal is to load properties from outside of jar file.
Most examples so far use preexisting properties file
Similar to this question: Guice properties injection