This message was deleted.
# hamilton-help
s
This message was deleted.
e
OK, so the way to think about
resolve
is that the same precedence rules (which, admittedly, are not super clear…), apply to the resolved decorator. So,
config.when
will happily work with `resolve`/`@parameterize`. Furthermore, you’re allowed multiple resolvers, if the decorators they resole to would allow multiple
👍 2