@return whether or not to supress annotatino output
()
| 352 | |
| 353 | /** @return whether or not to supress annotatino output */ |
| 354 | public boolean getNoAnnotations() { |
| 355 | return no_annotations; |
| 356 | } |
| 357 | |
| 358 | /** @return whether or not to load global annotations for the time range */ |
| 359 | public boolean getGlobalAnnotations() { |
no outgoing calls
no test coverage detected