EXPLICITLY_IGNORABLE

Signifies that the corresponding callable has an explicitly ignorable status associated with its return value. A compiler will not issue a warning if the return value is not used.

This status may come only from the @IgnorableReturnValue annotation on the callable, or if the callable overrides another callable with an explicitly ignorable status.

Properties

Link copied to clipboard
Link copied to clipboard