Uses of Class
com.google.inject.multibindings.ProvidesIntoOptional.Type
-
Packages that use ProvidesIntoOptional.Type Package Description com.google.inject.multibindings Extension for binding multiple instances in a collection; this extension requiresguice-multibindings.jar. -
-
Uses of ProvidesIntoOptional.Type in com.google.inject.multibindings
Methods in com.google.inject.multibindings that return ProvidesIntoOptional.Type Modifier and Type Method Description ProvidesIntoOptional.Typevalue()Specifies if the binding is for the actual or default value.static ProvidesIntoOptional.TypeProvidesIntoOptional.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ProvidesIntoOptional.Type[]ProvidesIntoOptional.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-