Can someone point me in the right direction to read body content using
HK2's @Configured/_at_Attribute/etc infrastructure? Or is this not possible?
Specifically, I want to read "Hello World!" from something like:
<Content type="html">
<![CDATA[
Hello, world!
]]>
</Content>
Thanks in advance!
Ken