136137138139140141142143144145146
} }); } for ( Entry<String, String> variable : variablesMap.entrySet() ) { bindConstant().annotatedWith( named( variable.getKey() ) ).to( variable.getValue() ); } }