@Target(value=TYPE) @Retention(value=RUNTIME) public @interface ManagedBean
ManagedBean
annotation marks a POJO (Plain Old Java Object)
as a ManagedBean. A ManagedBean supports a small set of basic services
such as resource injection, lifecycle callbacks and interceptors.public abstract String value
In the application namespace:
java:app/<module-name>/<bean-name>
In the module namespace of the module containing the Managed Bean:
java:module/<bean-name>
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.