com.google.inject
Annotation Type Scoped


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Scoped

Annotates an implementation class with the name of its scope.

Author:
crazybob
See Also:
ContainerBuilder.put(String, Scope)

Required Element Summary
 java.lang.String value
          Scope name.
 

Element Detail

value

public abstract java.lang.String value
Scope name.