public interface ClassDeactivator extends Serializable
AbstractClassDeactivator
is a convenience class which
allows an easier implementation. All classes which implement Deactivatable
in-/directly, can be deactivated
with this mechanism. For all other classes/beans, you can use the veto mechanism provided by CDI.Modifier and Type | Method and Description |
---|---|
Set<Class> |
getDeactivatedClasses()
Provides classes which should be deactivated.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.