Annotation Interface NoDoc


@Target(METHOD) @Retention(RUNTIME) public @interface NoDoc
Indicates that a method should not be included in the API documentation.
Since:
1.38
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    If true, the method will only be shown in the embedded API viewer.
  • Element Details

    • embeddedOnly

      boolean embeddedOnly
      If true, the method will only be shown in the embedded API viewer.
      Returns:
      true, the method will only be shown in the embedded API viewer
      Since:
      1.58
      Default:
      false