org.apache.myfaces.extensions.cdi.core.api.resolver
Interface GenericResolver<T>


public interface GenericResolver<T>

Generic resolver to decouple different modules.

Author:
Gerhard Petracek

Method Summary
 T resolve()
          Provides the artifact specified by a qualifier.
 

Method Detail

resolve

T resolve()
Provides the artifact specified by a qualifier. The artifact might be produced by a different module.

Returns:
the artifact for the specified qualifier.


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