Package org.eclipse.sisu.wire
Interface ParameterKeys
public interface ParameterKeys
Useful
Key
s for binding Parameters
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.google.inject.Key<String[]>
Key
.get( String[].class,Parameters
.class );static final com.google.inject.Key<Map>
Key
.get( Map.class,Parameters
.class );
-
Field Details
-
PROPERTIES
Key
.get( Map.class,Parameters
.class ); -
ARGUMENTS
Key
.get( String[].class,Parameters
.class );
-