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

Dependency and tree API #34

Open
cuzfrog opened this issue Nov 2, 2024 · 0 comments
Open

Dependency and tree API #34

cuzfrog opened this issue Nov 2, 2024 · 0 comments
Labels
enhancement An improvement on a feature question Further information is requested
Milestone

Comments

@cuzfrog
Copy link
Member

cuzfrog commented Nov 2, 2024

It looks like tree API is not able to acquire tree from an element in compiled class (not the source code).

Currently, a design limitation is @SharedType and its annotations are retained at SOURCE, so they will not be present in compiled class files, when this is a dependency jar (e.g. a sub maven module), they will be ignored silently during the dependent's compilation/ap.

Is this limitation naturally reasonable? Is there a way to let the client explicitly lift this limitation?

@cuzfrog cuzfrog added enhancement An improvement on a feature question Further information is requested labels Nov 2, 2024
@cuzfrog cuzfrog added this to the Day2 features milestone Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement on a feature question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant