Interface AnnotatedElement<R,E>

Type Parameters:
R - type of the revision object that old metadata about the revision.
E - type of the element to annotate (ie: String holding a line).

public interface AnnotatedElement<R,E>
Single element of an annotated content.
Since:
6.2M2
Version:
$Id: 5247beb49e7a28cb0e68414cfc0a6d3b1a76b399 $
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getElement

      E getElement()
      Returns:
      the element (ie: a single line).
    • getRevision

      R getRevision()
      Returns:
      the metadata of the source revision of this element or null if this information has not yet been found.