JAL-1912 added documentation
[jalview.git] / src / jalview / json / binding / biojson / v1 / AnnotationPojo.java
index a4d7f17..d49c1d5 100644 (file)
@@ -43,7 +43,9 @@ public class AnnotationPojo
   @Attributes(required = false, description = "Value of the annotation")
   private float value;
 
-  @Attributes(required = false, description = "Colour for position")
+  @Attributes(
+    required = false,
+    description = "Colour of the annotation position in hex string.")
   private String colour;
 
   public String getDisplayCharacter()