@Retention(value=RUNTIME) @Target(value=TYPE) public @interface WidgetScope
(value = "PROJECT"),
 global dashboards (value = "GLOBAL") or both (value = {"PROJECT", "GLOBAL"}).
 
 Before version 3.1 all widget had a scope "PROJECT". If a widget is not annotated with @WidgetScope,
 then is is assumed project scoped.
Copyright © 2009–2016 SonarSource. All rights reserved.