Annotation Type NavigationSection


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Deprecated
    public @interface NavigationSection
    Deprecated.
    since 6.3 see PageDefinition. This class is ignored.
    The Page is displayed only in listed sections. This annotation is ignored on Widgets.
    Since:
    1.11
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static java.lang.String CONFIGURATION
      Deprecated.
       
      static java.lang.String HOME
      Deprecated.
       
      static java.lang.String RESOURCE
      Deprecated.
       
      static java.lang.String RESOURCE_CONFIGURATION
      Deprecated.
      Only Ruby and rails application.
      static java.lang.String RESOURCE_TAB
      Deprecated.
      in 4.5, as it costs too much to maintain and update.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String[] value
      Deprecated.
       
    • Field Detail

      • HOME

        static final java.lang.String HOME
        Deprecated.
      • RESOURCE

        static final java.lang.String RESOURCE
        Deprecated.
      • RESOURCE_TAB

        @Deprecated
        static final java.lang.String RESOURCE_TAB
        Deprecated.
        in 4.5, as it costs too much to maintain and update.
        Support removed in 5.1. See https://jira.sonarsource.com/browse/SONAR-6016.
        See Also:
        SONAR-5321
      • CONFIGURATION

        static final java.lang.String CONFIGURATION
        Deprecated.
      • RESOURCE_CONFIGURATION

        static final java.lang.String RESOURCE_CONFIGURATION
        Deprecated.
        Only Ruby and rails application. See "Extend Web Application" section of https://redirect.sonarsource.com/doc/extension-guide.html. Use the resource parameter in order to get the current resource.
        Since:
        3.6
    • Element Detail

      • value

        java.lang.String[] value
        Deprecated.
        Default:
        {"home"}