All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.core.exchange.RequestContextBase.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






RequestContextBase (org.spincast:spincast-framework 1.0.0 API)












org.spincast.core.exchange

Class RequestContextBase<R extends RequestContext<R>>

  • Direct Known Subclasses:
    DefaultRequestContextDefault


    public abstract class RequestContextBase<R extends RequestContext<R>>
    extends Object
    The base implementation for a request context object.

    When you extend this class, don't forget to annotate the constructor with @AssistedInject and the exchange parameter as @Assisted !

    We need to inject *providers* for the add-ons because they depend on the request context this class build! https://github.com/google/guice/wiki/CyclicDependencies#break-the-cycle-with-a-provider

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy