B C G I N P S

B

BindingAnnotation - Annotation Type in com.google.inject
Annotates annotations which are used for binding.

C

com.google.inject - package com.google.inject
 
com.google.inject.name - package com.google.inject.name
 

G

get() - Method in interface com.google.inject.Provider
Provides an instance of T.

I

ImplementedBy - Annotation Type in com.google.inject
A pointer to the default implementation of a type.
Inject - Annotation Type in com.google.inject
Annotates members of your implementation class (constructors, methods and fields) into which the Injector should inject values.

N

Named - Annotation Type in com.google.inject.name
Annotates named things.

P

ProvidedBy - Annotation Type in com.google.inject
A pointer to the default provider type for a type.
Provider<T> - Interface in com.google.inject
Simply, any object capable of providing instances of type T.

S

ScopeAnnotation - Annotation Type in com.google.inject
Annotates annotations which are used for scoping.
Singleton - Annotation Type in com.google.inject
Apply this to implementation classes when you want only one instance (per Injector) to be reused for all injections for that binding.

B C G I N P S

Copyright © 2009 cedarsoft GmbH. All Rights Reserved.