Interface AnnotationProcessor

  • All Known Implementing Classes:
    AbstractAnnotationProcessor, PlainText

    public interface AnnotationProcessor
    Interface for annotation processors.
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • toHTML

        String toHTML​(Node node)
        Turns the actor's annotations into HTML.
        Parameters:
        node - the node to process the annotations for
        Returns:
        the generated HTML