documentation home

@MireDotIgnore

When applied to a class or method that class or method is excluded from the documentation. Use this to hide private resources or to resolve double documented methods. The latter can occur in some cases where you specify both the interface and the implementation of that interface in the same module.

When applied to a method parameter, the parameter is excluded from the documentation.

When applied to the fields or property methods of a payload (transfer object), those fields are excluded from the documentation.