@API(status=MAINTAINED,
     since="1.5.5")
public interface Footnotes
 To enable footnote support you have to use annotation EnableFootnotes.
 To get access to a footnotes object, just add a parameter of type Footnotes
 to the property method or any lifecycle method.
 
| Modifier and Type | Method and Description | 
|---|---|
| void | addAfterFailure(java.util.function.Supplier<java.lang.String> footnoteSupplier) | 
| void | addFootnote(java.lang.String footnote)Add a  footnoteto be displayed in case of failure. |