org.sonar.api.web
Annotation Type NavigationSection


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

The Page is displayed only in listed sections. This annotation is ignored on Widgets.

Since:
1.11

Optional Element Summary
 java.lang.String[] value
           
 

value

public abstract java.lang.String[] value
Default:
"home"


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