Like we do the following in Spring
@Value("${varName:0}") int varName;
Is there a way to do this using Google Guice?