Interface FluentMutableOptionalTagHolder<H extends FluentMutableOptionalTagHolder<H>>

Type Parameters:
H - the type of a FluentMutableOptionalTagHolder
All Superinterfaces:
TagHolder

public interface FluentMutableOptionalTagHolder<H extends FluentMutableOptionalTagHolder<H>> extends TagHolder
A FluentMutableOptionalTagHolder is a TagHolder whose tag can be set programmatically and fluently and removed programmatically.
Author:
Silvan Wyss