@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface UsingGroovy
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends groovy.lang.GroovyClassLoader> |
classLoader |
Class<? extends GroovyResourceFinder> |
resourceFinder |
public abstract Class<? extends groovy.lang.GroovyClassLoader> classLoader
public abstract Class<? extends GroovyResourceFinder> resourceFinder
Copyright © 2003-2014. All Rights Reserved.