|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface ExposeElementMembers marked with this annotation are exposed at the MBean.
<beanlets xmlns="http://beanlet.org/schema/beanlet"
xmlns:mx="http://beanlet.org/schema/management"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://beanlet.org/schema/beanlet http://beanlet.org/schema/beanlet/beanlet_1_0.xsd
http://beanlet.org/schema/management http://beanlet.org/schema/management/beanlet_management_1_0.xsd">
<beanlet name="foo" type="com.acme.Foo">
<mx:expose-element field="bar"/>
</beanlet>
</beanlets>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||