Package org.eclipse.sisu.wire
Interface ParameterKeys
-
public interface ParameterKeysUsefulKeys for bindingParameters.
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.inject.Key<String[]>ARGUMENTSKey.get( String[].class,Parameters.class );static com.google.inject.Key<Map>PROPERTIESKey.get( Map.class,Parameters.class );
-
-
-
Field Detail
-
PROPERTIES
static final com.google.inject.Key<Map> PROPERTIES
Key.get( Map.class,Parameters.class );
-
ARGUMENTS
static final com.google.inject.Key<String[]> ARGUMENTS
Key.get( String[].class,Parameters.class );
-
-