I want to configure a property in my properties file. But that will not be a static value. For example,
var=abc some_unknown_string_here def
I will set the value for the unknown string within the java program. Is it possible to have a configuration like this?