org.sonar.api.web
Annotation Type ResourceQualifier


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

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

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.