The Java Flight Recorder API contains two annotations TransitionFrom and TransitionTo but the documentation is very light on how they should be used.
How are they supposed to be used? I assume they go on fields of events. Should they be boolean or thread fields? When should the fields be set to which values?
