A regression occured in this commit 4a2f8adb95924ce11544385042c470fbc95ae998 (after version 2.0-M4).
For the sake of improvement, it seems that a regression has been introduced.
See, in some of my projects, I used qdox to parse annotations on package-info.java to be able to extract comments of packages.
For example:
package-info.java :
/**
* This domain allows users to create anki decks.
*/
@DomainLayer(name = "Catalog")
package com.stemlaur.anki.domain.catalog;
import com.stemlaur.livingdocumentation.annotation.DomainLayer;
But since 2.0-M4, package-info classes have been excluded.
Is there a workaround ?
Hello,
Kudos for the great library.
A regression occured in this commit 4a2f8adb95924ce11544385042c470fbc95ae998 (after version 2.0-M4). For the sake of improvement, it seems that a regression has been introduced.
See, in some of my projects, I used qdox to parse annotations on package-info.java to be able to extract comments of packages. For example:
package-info.java :
But since 2.0-M4, package-info classes have been excluded. Is there a workaround ?