module hunt.trace.Annotation;






class Annotation
{
    long timestamp;
    string value;
}