Uses of Package
org.guiceyfruit.support

Packages that use org.guiceyfruit.support
org.guiceyfruit   
org.guiceyfruit.jpa JPA integration 
org.guiceyfruit.jpa.support JPA support classes 
org.guiceyfruit.jsr250 JSR 250 integration 
org.guiceyfruit.spring Injectors for Spring annotations 
org.guiceyfruit.spring.support Implementation classes for working with Spring injection annotations 
org.guiceyfruit.support   
org.guiceyfruit.support.internal   
org.guiceyfruit.testing   
org.guiceyfruit.util   
 

Classes in org.guiceyfruit.support used by org.guiceyfruit
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.
 

Classes in org.guiceyfruit.support used by org.guiceyfruit.jpa
GuiceyFruitModule
          Adds some new helper methods to the base Guice module
 

Classes in org.guiceyfruit.support used by org.guiceyfruit.jpa.support
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
 

Classes in org.guiceyfruit.support used by org.guiceyfruit.jsr250
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
 

Classes in org.guiceyfruit.support used by org.guiceyfruit.spring
GuiceyFruitModule
          Adds some new helper methods to the base Guice module
 

Classes in org.guiceyfruit.support used by org.guiceyfruit.spring.support
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.
Predicate
          If Guice ever uses this we could switch to its version from Google Collections
 

Classes in org.guiceyfruit.support used by org.guiceyfruit.support
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.
CloseTask
          Some task which may throw an exception
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.
 

Classes in org.guiceyfruit.support used by org.guiceyfruit.support.internal
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.
 

Classes in org.guiceyfruit.support used by org.guiceyfruit.testing
CloseFailedException
          Indicates that an attempt to close an injector or scope failed closing one or more bindings.
 

Classes in org.guiceyfruit.support used by org.guiceyfruit.util
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.
 



Copyright © 2011. All Rights Reserved.