Hi Simone, this looks great. Just some comments: > > How it works: it is a plain Java8 annotations processor, able to generate > documentations for: > > * SlingServlet annotated components; > * (Deprecated) Felix SCR annotations (we still have lot of components in > the repo which use such annotations, i.e. Apache Sling Distribution Core) > * OSGi Component/Metatype annotations
What about instead acting on top of the generated component definitions or metatype resources? That way you would be independent of how they have been generated? Konrad
