@param no_annotations whether or not to suppress annotation output
(boolean no_annotations)
| 444 | |
| 445 | /** @param no_annotations whether or not to suppress annotation output */ |
| 446 | public void setNoAnnotations(boolean no_annotations) { |
| 447 | this.no_annotations = no_annotations; |
| 448 | } |
| 449 | |
| 450 | /** @param with_global whether or not to load global annotations */ |
| 451 | public void setGlobalAnnotations(boolean with_global) { |
no outgoing calls