dev@glassfish.java.net

Using HK2 _at_Configured... how can I read "body content"?

From: Ken Paulsen <Ken.Paulsen_at_Sun.COM>
Date: Mon, 29 Jun 2009 12:31:53 -0700

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