Since Kovert actually doesn’t need any if only a f...
# kohesive
a
Since Kovert actually doesn’t need any if only a few annotations for most use cases, it is possible that we could allow rendering just by returning the
ModelAndRenderTemplate
(or the interface it implements) and not requiring the annotation. Or it can be turned on for the controller at registration or annotation if returning that same object/interface. A decision to be made. For now, doesn’t hurt to require the annotation until things settle down. removing the requirement won’t break code, adding it would.