Annotation Interface ApiDocExclude
@Retention(RUNTIME)
@Target({METHOD,CONSTRUCTOR,TYPE,PACKAGE,FIELD,PARAMETER,RECORD_COMPONENT,TYPE_USE})
@Documented
public @interface ApiDocExclude
Excludes a package, type, handler method, parameter, field, record component, or type use from generated API
documentation.
This annotation affects documentation generation only. It does not disable or alter the runtime web handler or model.
- See Also: