Interface TagKey


  • public interface TagKey
    Represents a tag key.
    Since:
    3.1.0
    Author:
    Marcin Grzejszczak
    • Method Detail

      • getKey

        String getKey()
        Returns:
        tag key
      • merge

        static TagKey[] merge​(TagKey[]... tags)
        Merges arrays of tags.
        Parameters:
        tags - array of tags
        Returns:
        a merged array of tags