common: Annotate (Guava) Ordering.compound()
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Tue, 23 Feb 2016 21:54:53 +0000 (16:54 -0500)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Thu, 25 Feb 2016 20:21:57 +0000 (15:21 -0500)
Ordering.compound() creates a new CompoundOrdering, so if it
does return it will return a @NonNull value.

Change-Id: I39579bc4dc3373f882c769e7ae7ad6f89f1054c7
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/67188
Reviewed-by: Hudson CI
common/org.eclipse.tracecompass.common.core/annotations/com/google/common/collect/Ordering.eea [new file with mode: 0644]

diff --git a/common/org.eclipse.tracecompass.common.core/annotations/com/google/common/collect/Ordering.eea b/common/org.eclipse.tracecompass.common.core/annotations/com/google/common/collect/Ordering.eea
new file mode 100644 (file)
index 0000000..307045f
--- /dev/null
@@ -0,0 +1,7 @@
+class com/google/common/collect/Ordering
+compound
+ <T:Ljava/lang/Object;>(Ljava/lang/Iterable<+Ljava/util/Comparator<-TT;>;>;)Lcom/google/common/collect/Ordering<TT;>;
+ <T:Ljava/lang/Object;>(Ljava/lang/Iterable<+Ljava/util/Comparator<-TT;>;>;)L1com/google/common/collect/Ordering<TT;>;
+compound
+ <U:TT;>(Ljava/util/Comparator<-TU;>;)Lcom/google/common/collect/Ordering<TU;>;
+ <U:TT;>(Ljava/util/Comparator<-TU;>;)L1com/google/common/collect/Ordering<TU;>;
This page took 0.025156 seconds and 5 git commands to generate.