Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LinkRestAdapter - a generic LR extension mechanism #24

Closed
andrus opened this issue Aug 20, 2014 · 0 comments
Closed

LinkRestAdapter - a generic LR extension mechanism #24

andrus opened this issue Aug 20, 2014 · 0 comments

Comments

@andrus
Copy link
Contributor

andrus commented Aug 20, 2014

Define LinkRestAdapter interface - a generic LR extension mechanism that would allow to customize a bunch of services at once. This would allow Sencha specific extensions, but also pretty much any kind of customization that LR DI allows. Here is a proposed API, allowing to contribute to both internal Injector and JAX RS Feature:

public interface LinkRestAdapter {
    void contributeToRuntime(Binder binder);
    void contributeToJaxRs(Collection<Feature> features);
}
@andrus andrus added this to the 1.3: TBD milestone Aug 20, 2014
@andrus andrus closed this as completed Aug 20, 2014
atomashpolskiy pushed a commit to atomashpolskiy/link-rest that referenced this issue Jun 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant