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

no arg constructor support on pico interceptors #6552

Merged
merged 6 commits into from Apr 5, 2023

Conversation

trentjeff
Copy link
Member

Address issue #6530

@trentjeff trentjeff added this to the 4.0.0-ALPHA6 milestone Apr 4, 2023
@trentjeff trentjeff self-assigned this Apr 4, 2023
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Apr 4, 2023
TypeElement te = processEnv.getElementUtils().getTypeElement(typeName.name());
Objects.requireNonNull(te, typeName.toString());
boolean hasIt = te.getEnclosedElements().stream()
// _note to self_: there needs to be a better way than this!
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Anyone know of a better way to test if a method belongs to an interface element in annotation processing? I couldn't find anything.

@trentjeff trentjeff added the pico Helidon Injection label Apr 4, 2023
@trentjeff trentjeff merged commit b354eb0 into helidon-io:main Apr 5, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement. pico Helidon Injection
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants