We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd19a51 commit d26b260Copy full SHA for d26b260
modules/openapi-generator/src/main/resources/Java/Configuration.mustache
@@ -6,15 +6,6 @@ import java.util.Objects;
6
import java.util.concurrent.atomic.AtomicReference;
7
import java.util.function.Supplier;
8
9
-/**
10
- * modified version of the java-native version with planned enhancements:
11
- * <ul>
12
- * <li>private ctor (Effective Java item 4)</li>
13
- * <li>thread-safe storage of ApIClient ref</li>
14
- * <li>lazy eval of ApiClient</li>
15
- * <li>configurable callback to create ApiClient on demand</li>
16
- * </ul>
17
- */
18
{{>generatedAnnotation}}
19
public class Configuration {
20
public static final String VERSION = "{{{artifactVersion}}}";
0 commit comments