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