@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface NoneScoped
When this annotation, along with ManagedBean
is found on a class, the runtime must act as if a
<managed-bean-scope>none<managed-bean-scope>
element was declared for the corresponding managed bean.
Copyright © 2016 JBoss by Red Hat. All rights reserved.