- All Implemented Interfaces:
- java.lang.Comparable<AsyncProfilerDistribution.Version>
- Enclosing class:
- AsyncProfilerDistribution
public static class AsyncProfilerDistribution.Version
extends java.lang.Object
implements java.lang.Comparable<AsyncProfilerDistribution.Version>
Async Profiler Version. Async profiler versions are usually in the form major.minor, but nothing
prevents to move to major.minor.patch or else. At this point, async-profiler had versions
2.9, 3.0, 4.0, 4.1, so this code knows about major and minor only.