Class and Description |
---|
GuiceyFruitModule
Adds some new helper methods to the base Guice module
|
Class and Description |
---|
AnnotationMemberProvider
A provider of an annotation based injection point which can use the value of
an annotation together with the member on which the annotation is placed to
determine the value.
|
MethodHandler
Allows a method with a given annotation
A on an injectee of type
I to be processed in some way on each injectee using a custom
strategy. |
Class and Description |
---|
CloseErrors
A handler of exceptions when closing down resources.
|
CloseFailedException
Indicates that an attempt to close an injector or scope failed closing one or
more bindings.
|
Class and Description |
---|
AnnotationMemberProvider
A provider of an annotation based injection point which can use the value of
an annotation together with the member on which the annotation is placed to
determine the value.
|
AnnotationMemberProviderSupport
A useful base class for implementors meaning they only have to implement a
single method whether a Field or Method parameter is being injected
|
Closer
Represents a strategy for closing an object down such as using the @PreDestroy
lifecycle from JSR 250, invoking
Closeable.close() or using
the DisposableBean interface from Spring. |
GuiceyFruitModule
Adds some new helper methods to the base Guice module
|
Class and Description |
---|
AnnotationMemberProvider
A provider of an annotation based injection point which can use the value of
an annotation together with the member on which the annotation is placed to
determine the value.
|
CloseErrors
A handler of exceptions when closing down resources.
|
CloseFailedException
Indicates that an attempt to close an injector or scope failed closing one or
more bindings.
|
Closer
Represents a strategy for closing an object down such as using the @PreDestroy
lifecycle from JSR 250, invoking
Closeable.close() or using
the DisposableBean interface from Spring. |
EncounterProvider
Like a
Provider but which is also given an
TypeEncounter |
MethodHandler
Allows a method with a given annotation
A on an injectee of type
I to be processed in some way on each injectee using a custom
strategy. |
Class and Description |
---|
CloseErrors
A handler of exceptions when closing down resources.
|
CloseFailedException
Indicates that an attempt to close an injector or scope failed closing one or
more bindings.
|
Class and Description |
---|
CloseFailedException
Indicates that an attempt to close an injector or scope failed closing one or
more bindings.
|
HasScopeAnnotation
There's no simple way to associate a Scope with an annotation which often
leads Scoping to return null.
|
Apache Camel