org.jbehave.core.annotations.guice
Annotation Type UsingGuice


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface UsingGuice


Optional Element Summary
 boolean inheritModules
           
 Class<? extends com.google.inject.Module>[] modules
           
 

modules

public abstract Class<? extends com.google.inject.Module>[] modules
Default:
{}

inheritModules

public abstract boolean inheritModules
Default:
true


Copyright © 2003-2010. All Rights Reserved.