X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fjson%2Fbinding%2Fbiojson%2Fv1%2FAlignmentAnnotationPojo.java;h=673b09db26f639a7b3b45384f0fa1c2937d563e7;hb=3587df3dbcbd892eedd41a42d9f4e02a8b1e96ce;hp=7e729f966a96c41d2ce88fe3364a76be1973b404;hpb=bc85369667c2665d81631e96f0701038f04f9bb3;p=jalview.git diff --git a/src/jalview/json/binding/biojson/v1/AlignmentAnnotationPojo.java b/src/jalview/json/binding/biojson/v1/AlignmentAnnotationPojo.java index 7e729f9..673b09d 100644 --- a/src/jalview/json/binding/biojson/v1/AlignmentAnnotationPojo.java +++ b/src/jalview/json/binding/biojson/v1/AlignmentAnnotationPojo.java @@ -30,12 +30,12 @@ public class AlignmentAnnotationPojo @Attributes( required = false, - description = "Label for the Alignment Annotation") + description = "Label for the alignment annotation") private String label; @Attributes( required = false, - description = "Description for the Alignment Annotation") + description = "Description for the alignment annotation") private String description; @Attributes(required = false) @@ -43,8 +43,9 @@ public class AlignmentAnnotationPojo @Attributes( required = false, - enums = { "0", "1", "2" }, - description = "Determines the rendered for the annotation
") + enums = + { "0", "1", "2" }, + description = "Determines the rendering for the annotation
") private int graphType; @Attributes( @@ -60,7 +61,9 @@ public class AlignmentAnnotationPojo @Attributes(required = false, description = "Score of the annotation") private double score; - @Attributes(required = false, description = "Annotation generation source") + @Attributes( + required = false, + description = "The annotation generation source") private String calcId; public String getLabel()