org.sonar.api.web
Annotation Type ResourceLanguage


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

The view is displayed only if the selected resource has the same language.

Since:
1.11

Optional Element Summary
 String[] value
          An empty value means all resource scopes.
 

value

public abstract String[] value
An empty value means all resource scopes.

Default:
{}


Copyright © 2009-2011 SonarSource. All Rights Reserved.