ctf: Make events immutable
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core / src / org / eclipse / linuxtools / ctf / core / CTFStrings.java
index 3c18db44ca6f38a5593f5e55c05131e7c851a69a..fd42aa1597aa559bfc0a462730f730eb521181a9 100644 (file)
@@ -12,6 +12,8 @@
 
 package org.eclipse.linuxtools.ctf.core;
 
+import org.eclipse.jdt.annotation.NonNullByDefault;
+
 /**
  * Non-externalized strings for use with the CTF plugin (event names, field
  * names, etc.)
@@ -20,6 +22,7 @@ package org.eclipse.linuxtools.ctf.core;
  * @since 2.2
  */
 @SuppressWarnings("nls")
+@NonNullByDefault
 public interface CTFStrings {
 
     /** Event name for lost events */
This page took 0.024659 seconds and 5 git commands to generate.