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 3f6e1f8 commit 685d6c7Copy full SHA for 685d6c7
src/config.ts
@@ -108,7 +108,8 @@ export const configSchema = object({
108
*/
109
packageName: optional(string()),
110
/**
111
- * Denotes types that should be generated as interfaces rather than classes. Resolver classes should inherit from these to enforce a type contract.
+ * Denotes types that should be generated as interfaces rather than classes. Resolver classes should implement the
112
+ * interface functions to enforce a type contract.
113
*
114
* Type names can be optionally passed with the classMethods config to generate the interface with `suspend` functions or
115
* `java.util.concurrent.CompletableFuture` functions.
0 commit comments