org.apache.myfaces.extensions.cdi.core.api
Interface ClassDeactivator

All Known Implementing Classes:
AbstractClassDeactivator

public interface ClassDeactivator

Interface for an implementation which provides classes of default implementations which should be deactivated.

Author:
Gerhard Petracek

Method Summary
 Set<Class> getDeactivatedClasses()
          Provides classes which should be deactivated.
 

Method Detail

getDeactivatedClasses

Set<Class> getDeactivatedClasses()
Provides classes which should be deactivated.

Returns:
classes which should be deactivated


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.