Annotation Interface BUG


This annotation allows to add information about applied fixes to a program element.
Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: BUG.java 1118 2024-03-15 16:14:15Z tquadrat $
Since:
0.1.0
UML Diagram
UML Diagram for "org.tquadrat.foundation.annotation.BUG"

UML Diagram for "org.tquadrat.foundation.annotation.BUG"

UML Diagram for "org.tquadrat.foundation.annotation.BUG"
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The BUG id as provided by the bug tracking system.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    An optional comment regarding the bug fix.
  • Element Details

    • comment

      An optional comment regarding the bug fix.
      Returns:
      The comment.
      Default:
      ""
    • id

      The BUG id as provided by the bug tracking system.
      Returns:
      The BUG id.