releng: Transition to jdt.annotation 2.0
[deliverable/tracecompass.git] / ctf / org.eclipse.tracecompass.ctf.core / src / org / eclipse / tracecompass / ctf / core / event / types / AbstractArrayDefinition.java
index 75e2a82d7e1a7e33d58171c6eddfc3e15d40fcfc..d445096939b84c0270ca0b01c822012730c27347 100644 (file)
@@ -46,7 +46,7 @@ public abstract class AbstractArrayDefinition extends Definition {
      *
      * @return the definitions
      */
-    public abstract List<Definition> getDefinitions();
+    public abstract List<@Nullable Definition> getDefinitions();
 
     /**
      * Get the the number of elements in the array
This page took 0.02479 seconds and 5 git commands to generate.