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
 java.lang.String[] value
          An empty value means all resource scopes.
 

value

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

Default:
{}


Copyright © 2009-2010 SonarSource SA. All Rights Reserved.