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

Handle generated class files by annotation processors #3

Open
Sipkab opened this issue Dec 31, 2019 · 0 comments
Open

Handle generated class files by annotation processors #3

Sipkab opened this issue Dec 31, 2019 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@Sipkab
Copy link
Member

Sipkab commented Dec 31, 2019

Currently the incremental Java compiler task doesn't allow generating class files. They are generally unhandled in relation with the annotation processors.

As most processors generate sources instead of class files, the implementation for this was not done previously.

The generated class files should be handled as the solution to this issue.

@Sipkab Sipkab added bug Something isn't working enhancement New feature or request labels Dec 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Development

No branches or pull requests

1 participant