Interface Taggable


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

    Modifier and Type
    Method
    Description
    tag(String key, String value)
    Sets a tag.
  • Method Details

    • tag

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