@Documented @Retention(value=CLASS) @Target(value={TYPE,FIELD,METHOD,CONSTRUCTOR}) public @interface Hidden
@hidden", which supresses the generatin of api documentation by the
javadoc application, see
https://docs.oracle.com/en/java/javase/14/docs/specs/javadoc/doc-comment-spec.html
see also the complete user documentation .