On each call of `AppDirsFactory.getInstance(), new objects are generated. https://github.com/harawata/appdirs/blob/0542909b79df6d58de5ad02d4bd9698e9d866569/src/main/java/net/harawata/appdirs/AppDirsFactory.java#L28 I think, it would be good to either add JavaDoc why there is always a new instance generated or cache the instance after first creation.
On each call of `AppDirsFactory.getInstance(), new objects are generated.
appdirs/src/main/java/net/harawata/appdirs/AppDirsFactory.java
Line 28 in 0542909
I think, it would be good to either add JavaDoc why there is always a new instance generated or cache the instance after first creation.