AnnotationCollectorTransform generates an inner helper class CollectorHelper with a method value(). Since it is not marked with @Generated, the value() method pops up in the JaCoCo coverage report.
Is it possible to mark the value() method, or whole inner helper class, with @Generated? Tnx, Damir