crysknife-io / crysknife

Dependency Injection and html templates framework for J2CL. Relaxed implementation of Jakarta CDI
Apache License 2.0
28 stars 8 forks source link

Replace Crysknife IsElement with Elemento IsElement #37

Closed hpehl closed 4 years ago

hpehl commented 4 years ago

PR for #36.

What I don't like about the PR is the fact that Elemento's org.jboss.elemento.IsElement<E> has no default implementation for the method E element(). Classes marked with @Templated which implement org.jboss.elemento.IsElement<E> need to provide an implementation for E element().

Maybe you have an idea how to get around this limitation.

treblereel commented 4 years ago

Thanks a million !