Dmitry Voronov
Dmitry Voronov
I suppose the companion objects aren't working `as expected` when they have a type hierarchy. Consider a simple example: 1) I have some re-usable companion: ``` abstract class AbstractObjectCompanion[T] {...
``` nodes: [ { id: "1", text: "A", link: ["-- yes -->", "-- no -->"], next: ["2", "3"], editable: true }, { id: "2", text: "B" }, { id: "3",...
Good day! I'm trying to make my native with **swagger-ui** And it turns out that I'm missing `META-INF` information for it. ``` Exception in thread "main" java.lang.ExceptionInInitializerError: META-INF resources are...