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

Ability to register modules w/ Target #113

Closed
Xorlev opened this issue Jun 27, 2014 · 1 comment
Closed

Ability to register modules w/ Target #113

Xorlev opened this issue Jun 27, 2014 · 1 comment

Comments

@Xorlev
Copy link

Xorlev commented Jun 27, 2014

Maybe I'm missing something, but it doesn't seem possible to mix a module with the .target()-style builder. It'd be great to have a .module(Object...) method so targets can be mixed with modules such as the JAXRS module. I'd be happy to PR it if I'm not missing something.

@davidmc24
Copy link
Contributor

I don't think you're missing anything. Addition of the builder was to allow simple cases to not need to deal with modules. It should be possible to use it in combination with modules with an enhancement as you describe, but I suspect that you'll frequently encounter problems with module overrides.

@Xorlev Xorlev closed this as completed Oct 8, 2014
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

2 participants