org.sonar.api.batch
Annotation Type SupportedEnvironment


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface SupportedEnvironment

This annotation allows to specify in which environments BatchExtension would be active. For example: "maven", "ant". Usage of this annotation is discouraged and we strictly recommend you to not overuse it. Most preferable is to design extensions to work in all environments.

Since:
2.6

Required Element Summary
 String[] value
           
 

Element Detail

value

public abstract String[] value


Copyright © 2009-2014 SonarSource. All Rights Reserved.