I am working on a machine learning library and I need a stopwatch to measure execution time for a method. It turns out Spring has a nice one, but does it make sense to use Spring for a non-web project? The good side is of course reusing code, but any downsides?
Thanks