Interface TagKey
public interface TagKey
Represents a tag key.
- Since:
- 3.1.0
- Author:
- Marcin Grzejszczak
-
Method Summary
-
Method Details
-
getKey
String getKey()- Returns:
- tag key
-
merge
Merges arrays of tags.- Parameters:
tags- array of tags- Returns:
- a merged array of tags
-