Class Tags

java.lang.Object
aQute.bnd.service.tags.Tags
All Implemented Interfaces:
Iterable<String>, Collection<String>, Set<String>

public class Tags extends Object implements Set<String>
A set of tags. A tag is a string-token which can be attached to an entity for categorization and filtering. Typically these entities then implement the Tagged interface.