org.sonar.core
Annotation Type NotDryRun


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

Disables component on dry runs. This annotation must be used by core modules only. It MUST not be used by external plugins.

Since:
2.9



Copyright © 2009-2012 SonarSource. All Rights Reserved.