Community
Participate
Working Groups
If a a request resolver extension is annotated with @Subject("someClass") then the resolver is used only on local objects of exactly the same type, but not used for classes extending "someClass". I think it would be useful to have for the request resolvers the same behavior as for the name resolvers, i.e. if a class doesn't have a request resolver, then one from the super-class could be used. I'll add the coding to do this.
Fixed with revision 1166.