Annotation Interface NoDoc
Indicates that a method should not be included in the API documentation.
- Since:
- 1.38
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanIftrue, the method will only be shown in the embedded API viewer.
-
Element Details
-
embeddedOnly
boolean embeddedOnlyIftrue, 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
-