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.
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 methodE element()
. Classes marked with@Templated
which implementorg.jboss.elemento.IsElement<E>
need to provide an implementation forE element()
.Maybe you have an idea how to get around this limitation.