io.nuun.kernel.tests.it.annotations
Annotation Type WithPlugins


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface WithPlugins

This annotation can be used on integration tests to specify manually which plugins Nuun will load.

Author:
epo.jemba@kametic.com

Required Element Summary
 Class<? extends Plugin>[] value
           
 

Element Detail

value

public abstract Class<? extends Plugin>[] value


Copyright © 2014-2015. All Rights Reserved.