Package eu.bandm.tools.annotations
Annotation Interface Hidden
Indicates that the annotated element should not be visible in the API doc to the
using programmer.
It must be applied only is a one-to-one correspondence with the doc-comment tag
"
Thus, this annotation lifts this suppression to the programmatic/reflective level.
@hidden
", which supresses the generation of api documentation by the
javadoc
application, see
https://docs.oracle.com/en/java/javase/14/docs/specs/javadoc/doc-comment-spec.html
Thus, this annotation lifts this suppression to the programmatic/reflective level.