@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface ActivatedBy
BeanActivator
for the annotated managed bean. The provided activator will be
used at runtime for checking whether or not the managed IOC bean is activated (see
IOCBeanDef.isActivated()
).
Note that the managed IOC bean can be asynchronously loaded (when annotated with
LoadAsync
), but the activator itself can not.Modifier and Type | Required Element and Description |
---|---|
Class<? extends BeanActivator> |
value
The activator type to use.
|
public abstract Class<? extends BeanActivator> value
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.