Interface Taggable

An object that can be tagged with some information.

interface Taggable(T) ;

Methods

NameDescription
tag Tag object with some information
tags Get all tagged information from this object.
untag Remove tagged information from object.