Interface ParameterKeys


  • public interface ParameterKeys
    Useful Keys for binding Parameters.
    • 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 );