releng: Transition to jdt.annotation 2.0
[deliverable/tracecompass.git] / statesystem / org.eclipse.tracecompass.statesystem.core / src / org / eclipse / tracecompass / statesystem / core / ITmfStateSystem.java
index 9cb4c23772c38d8bd4ced6f02c447655bd9acb15..3f63cb6955deaf2509f7849754467680790bea2b 100644 (file)
@@ -259,7 +259,7 @@ public interface ITmfStateSystem {
      *             If the attribute quark is out of range
      * @since 1.0
      */
-    @NonNull String[] getFullAttributePathArray(int attributeQuark);
+    String @NonNull [] getFullAttributePathArray(int attributeQuark);
 
     /**
      * Returns the parent quark of the attribute.
This page took 0.02648 seconds and 5 git commands to generate.