Hi, NodeHelper.java has this:
throw new UnsupportedOperationException(
"Applications should not extend the "
+ nodeType + " class directly.");
I think it's replaceable with selead classes. Am I right?
The benefit will be compile time error instead of runtime.
-- Thiago.
