-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Introduce tools for @API annotation processing #2
Comments
Update: moved ideas from junit-team/junit5#144 to here. |
Added link to |
A compiler plugin could be useful: http://www.baeldung.com/java-build-compiler-plugin |
I've started writing an approach to this. I've mentioned the general idea here. Instead of plugging into compiler, I intend to extract API descriptor with Google Reflections (I had an approach to Scannotation and gave up) and use it to perform validation and comparison. You can follow the works here. |
What else can we check here? Do we consider internal classes as valid API? |
Ideas
@API
is only declared on public types/methods.Related Issues
Deliverables
The text was updated successfully, but these errors were encountered: