paypal/butterfly

Extensions should support extending other Extensions

fabiocarvalho777 opened this issue · 0 comments

Sometimes a Butterfly extension would have to be developed on top of another one, continuing the transformation where the first one left of. Currently that is not supported in Butterfly though, because Butterfly only allows one Extension class in the classpath.

This issue depends on #304.