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
 String[] value
           
 

value

public abstract String[] value
Default:
"home"


Copyright © 2009–2015 SonarSource. All rights reserved.