У меня есть специальный плагин для maven, который сканирует пользовательские аннотации в исходном коде.
например:
test-parent-project
pom.xml
test-child-project1
src/
pom.xml
test-child-project2
src/
pom.xml
let's say if my custom annotation is found in test-child-project2, I want to retrieve group id and artifact id from test-child-project2
I am scanning the annotations using reflections.