Home | History | Annotate | Download | only in guice
      1 package test.guice;
      2 
      3 import org.testng.annotations.Guice;
      4 
      5 @Guice(modules = GuiceExampleModule.class)
      6 public class GuiceBase {
      7 
      8 }
      9