org.jbehave.core.annotations.groovy
Annotation Type UsingGroovy
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface UsingGroovy
classLoader
public abstract Class<? extends groovy.lang.GroovyClassLoader> classLoader
- Default:
- org.jbehave.core.configuration.groovy.BytecodeGroovyClassLoader.class
resourceFinder
public abstract Class<? extends GroovyResourceFinder> resourceFinder
- Default:
- org.jbehave.core.configuration.groovy.GroovyResourceFinder.class
Copyright © 2003-2012. All Rights Reserved.