Interface TagKey
-
public interface TagKeyRepresents a tag key.- Since:
- 3.1.0
- Author:
- Marcin Grzejszczak
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKey()static TagKey[]merge(TagKey[]... tags)Merges arrays of tags.
-