org.jboss.weld.injection.spi
Interface ResourceReferenceFactory<T>

Type Parameters:
T - the type of the resource

public interface ResourceReferenceFactory<T>

Identifies a container resource and allows a resource instance to be created for injection.

Author:
Jozef Hartinger, Stuart Douglas

Method Summary
 ResourceReference<T> createResource()
           
 

Method Detail

createResource

ResourceReference<T> createResource()


Copyright © 2008-2012 Seam Framework. All Rights Reserved.