javax.cache.annotation.impl.guice.test
Class GuiceBeanProvider

java.lang.Object
  extended by javax.cache.annotation.impl.guice.test.GuiceBeanProvider
All Implemented Interfaces:
BeanProvider

public class GuiceBeanProvider
extends Object
implements BeanProvider

Guice specific bean provider that loads up guice modules when constructed

Version:
$Revision$
Author:
Michael Stachel

Constructor Summary
GuiceBeanProvider()
           
 
Method Summary
<T> T
getBeanByType(Class<T> beanClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiceBeanProvider

public GuiceBeanProvider()
Method Detail

getBeanByType

public <T> T getBeanByType(Class<T> beanClass)
Specified by:
getBeanByType in interface BeanProvider


Copyright © 2012. All Rights Reserved.