There's no way for me to inject a supertype that s...
# announcements
l
There's no way for me to inject a supertype that shares the property I need. I could subclass
ViewDataBinding
(which is the shared supertype of the generic) but the codegen would still generate
S : ViewDataBinding
and skip over my supertype.