George, Service Handlers is a different story (with the potential of being complementary if you will). Here we just leave decorator implementors to forgo stuff like
and leave decoratedMethod() unimplemented instead.
Marius Bogoevici (Inactive)
added a comment - - edited George, Service Handlers is a different story (with the potential of being complementary if you will). Here we just leave decorator implementors to forgo stuff like
void decoratedMethod() {
return delegate.decoratedMethod();
}
and leave decoratedMethod() unimplemented instead.
We should hold this one open for 14 days.