Interface Taggable


  • public interface Taggable
    Describes the behaviour of an object that can be tagged.
    Since:
    3.0.3
    Author:
    Marcin Grzejszczak
    • Method Detail

      • tag

        Taggable tag​(String key,
                     String value)
        Sets a tag.
        Parameters:
        key - tag key
        value - tag value
        Returns:
        this, for chaining