Hi, > On 22 Jan 2019, at 13:42, Robert Munteanu <[email protected]> wrote: > > > Then I guess that's a problem with the Adobe uber-jar. That impl class > is part of the api bundle, there's no reason not to use it.
I agree with Robert here. The are similar things happening in the HTL compilers, where API classes use implementation classes from the same bundle. They don’t return objects of those types, but it’s perfectly ok to use those implementation classes. Cheers, Radu
