]> source.dussan.org Git - sonarqube.git/blob
ccd292ee63d40ce209a0abd4bac09a50110eef0d
[sonarqube.git] /
1 <p>
2         A value specified as not carrying a type qualifier annotation is guaranteed
3         to be consumed in a location or locations requiring that the value does
4         carry that annotation.
5         </p>
6         
7         <p>
8         More precisely, a value annotated with a type qualifier specifying when=NEVER
9         is guaranteed to reach a use or uses where the same type qualifier specifies when=ALWAYS.
10         </p>
11
12         <p>
13         TODO: example
14         </p>