@Documented
@Retention(RUNTIME)
@Target({METHOD,FIELD})
public @interface HideDoc
This may be used, for instance, for methods that should be available for use, but which might clutter up the auto-documentation in an unhelpful way for some reason.
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.