Uses of Class
org.apache.commons.inject.api.bind.Scopes

Packages that use Scopes
org.apache.commons.inject.api.bind   
org.apache.commons.inject.impl.bind   
 

Uses of Scopes in org.apache.commons.inject.api.bind
 

Methods in org.apache.commons.inject.api.bind that return Scopes
static Scopes Scopes.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Scopes[] Scopes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.commons.inject.api.bind with parameters of type Scopes
 void IScopedBindingBuilder.scope(Scopes pScope)
           
 

Uses of Scopes in org.apache.commons.inject.impl.bind
 

Methods in org.apache.commons.inject.impl.bind with parameters of type Scopes
 void DefaultBindingBuilder.scope(Scopes pScope)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.