ctf: Make events immutable
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core / src / org / eclipse / linuxtools / ctf / core / event / types / Encoding.java
index e77b890d9796e6d65bc1564c50f0ba5100b3788f..a529d1ee6d8ed700a3e5857646ebaaa91fca56a2 100644 (file)
@@ -12,6 +12,8 @@
 
 package org.eclipse.linuxtools.ctf.core.event.types;
 
+import org.eclipse.jdt.annotation.NonNullByDefault;
+
 /**
  * CTF encoding types
  *
@@ -19,6 +21,7 @@ package org.eclipse.linuxtools.ctf.core.event.types;
  * @author Matthew Khouzam
  * @author Simon Marchi
  */
+@NonNullByDefault
 public enum Encoding {
     /** UTF-8 encoding */
     UTF8,
This page took 0.098286 seconds and 5 git commands to generate.