Searched refs:annotationCollectionEnabled (Results 1 – 2 of 2) sorted by relevance
38 private boolean annotationCollectionEnabled = false; field in ExecutionConfig130 return annotationCollectionEnabled; in isAnnotationCollectionEnabled()144 public void setAnnotationCollectionEnabled(boolean annotationCollectionEnabled) { in setAnnotationCollectionEnabled() argument145 this.annotationCollectionEnabled = annotationCollectionEnabled; in setAnnotationCollectionEnabled()
456 | `annotationCollectionEnabled` | Controls whether annotations are collected during processing. No…457 … keyword to collect and report annotations for. This requires `annotationCollectionEnabled` to be …