common: Annotate Guava's ImmutableMultimap.of()
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Mon, 22 Feb 2016 22:31:21 +0000 (17:31 -0500)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Thu, 25 Feb 2016 22:11:56 +0000 (17:11 -0500)
commit963d4d7bde779c9b86e2f516b2e4f0d3435a45bb
tree2fd94e80a29537bd8602ffb91e1646d458b38ee3
parent6d7fbf998f34e19c78e2bdc42921e0e32e515481
common: Annotate Guava's ImmutableMultimap.of()

All variants of the .of() method return a new multimap, so they
are necessarily @NonNull.

The parameters can also be marked @NonNull, because the map
doesn't support null keys or values, just like ImmutableMap.

Change-Id: I959449e609fe44b6571cca861ee40168583eb4f6
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/67182
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
common/org.eclipse.tracecompass.common.core/annotations/com/google/common/collect/ImmutableMultimap.eea [new file with mode: 0644]
This page took 0.029668 seconds and 5 git commands to generate.