All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.pvanassen.guicejunitrunner.GuiceModules Maven / Gradle / Ivy

The newest version!
package nl.pvanassen.guicejunitrunner;

import java.lang.annotation.*;

/**
 * The annotation to define the modules to load
 * @author Fabio Strozzi
 *
 */
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Inherited
public @interface GuiceModules {
    /**
     * @return Modules to load during the unit test
     */
    Class[] value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy