org.sonatype.tests.http.runner.annotations
Annotation Type ConfiguratorList


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

This annotation may be used to set a list of configurators. It loads the given resources and expects the file to contain the class names of configurators, one per line.

Author:
Benjamin Hanzelmann

Required Element Summary
 String[] value
           
 

Element Detail

value

public abstract String[] value


Copyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.