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

org.allurefw.report.Plugin Maven / Gradle / Ivy

The newest version!
package org.allurefw.report;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * @author Dmitry Baev [email protected]
 *         Date: 26.02.16
 */
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface Plugin {

    String name();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy