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

jooby-apt: generate constructors from source controllers #3469

Closed
jknack opened this issue Jul 10, 2024 · 0 comments
Closed

jooby-apt: generate constructors from source controllers #3469

jknack opened this issue Jul 10, 2024 · 0 comments

Comments

@jknack
Copy link
Member

jknack commented Jul 10, 2024

Given:

public Controller(Foo foo, Bar bar) {}

Generates:

public Controller_(Foo foo, Bar bar) {}
@jknack jknack added this to the 3.2.5 milestone Jul 10, 2024
@jknack jknack closed this as completed in e846faa Jul 13, 2024
jknack added a commit that referenced this issue Jul 14, 2024
- support default constructor with injected fields
- ref #3469
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant