Class GithubLinkAnnotator

  • All Implemented Interfaces:
    ExtensionPoint

    @Extension
    public class GithubLinkAnnotator
    extends ChangeLogAnnotator
    This class annotates changelog links.

    It's based on the TracLinkAnnotator.

    TODO Change the annotator to use GithubUrl instead of the String url. Knowledge about the github url structure should be encapsulated in GithubUrl.

    Author:
    Stefan Saasen
    • Constructor Detail

      • GithubLinkAnnotator

        public GithubLinkAnnotator()