Skip to content

Commit

Permalink
docs: update resolverClasses description
Browse files Browse the repository at this point in the history
  • Loading branch information
danadajian committed May 8, 2024
1 parent 3f6e1f8 commit 685d6c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ export const configSchema = object({
*/
packageName: optional(string()),
/**
* 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
* interface functions to enforce a type contract.
*
* Type names can be optionally passed with the classMethods config to generate the interface with `suspend` functions or
* `java.util.concurrent.CompletableFuture` functions.
Expand Down

0 comments on commit 685d6c7

Please sign in to comment.