[rhetorical] Should AttributeResolver implement the Resolver interface ?

Tom Zeller tzeller at dragonacea.biz
Tue Nov 5 17:32:31 EST 2013


This came up today with Rod, I thought that it did, that
AttributeResolver implemented Resolver, but it doesn't, I guess
because the AttributeResolver predates Resolver.

If it did, if the AttributeResolver implemented the Resolver
interface, it might make sense. Maybe the thing that handles Spring
configuration reloading, our Service interface, could be generic in
that it reloads Resolvers. Obviously not all components needing
configuration reloading are currently Resolvers. I wonder if the
AttributeFilter could be massaged into implementing Resolver somehow,
just for the purpose of config reload.


More information about the dev mailing list