Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/*
* Copyright (C) 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package shaded.shaded.com.google.inject.multibindings;
import shaded.shaded.com.google.inject.Binding;
import shaded.shaded.com.google.inject.Key;
import shaded.shaded.com.google.inject.TypeLiteral;
import shaded.shaded.com.google.inject.spi.Element;
import shaded.shaded.com.google.inject.spi.Elements;
import java.util.List;
import java.util.Map;
import java.util.Set;
/**
* A binding for a MapBinder.
*
*
Although MapBinders may be injected through a variety of generic types ({@code Map},
* {@code Map}, {@code Map>}, {@code Map>}, {@code Map>}, and even {@code Set>}), a MapBinderBinding exists
* only on the Binding associated with the Map<K, V> key. Injectable map types can be discovered
* using {@link #getMapKey} (which will return the {@code Map} key), or{@link
* #getAlternateMapKeys} (which will return the other keys that can inject this data). Other
* bindings can be validated to be derived from this MapBinderBinding using {@link
* #containsElement(Element)}.
*
* @param The fully qualified type of the map, including Map. For example: {@code
* MapBinderBinding