apache / netbeans

Apache NetBeans
https://netbeans.apache.org/
Apache License 2.0
2.63k stars 841 forks source link

Support annotation processor dependencies #7679

Closed sdedic closed 3 weeks ago

sdedic commented 1 month ago

The PR improves implementation of project dependencies (private) API to handle PROCESS scope. It works for gradle, since the annotationProcessor scope is the same as other ones ... but did not work for Maven. Now the implementation is (still with some limitations) able to enumerate annotation processor paths from maven and also add items to it.