Implement ADF Change 73: Add "annotation" mark to mediaSingle and mediaInline node

Issue #81 closed
Craig Lawrence created an issue

Comments (5)

  1. Chris Fuller
    1. This shouldn't really matter for Jira, because it doesn't support the annotation mark at all (it's what Confluence uses for inline comments).
    2. A minimal change is probably just adding the MediaMark and MediaInlineMark marker interfaces to the Annotation class.
    3. A test or two would probably make sense as well.
    4. Additional helpers like .annotation(Annotation) probably aren't that useful, as they wouldn't be any clearer than the .mark(Annotation) that the Marked class will get out-of-the-box anyway.
  2. Log in to comment