This is the consistent behavior with cloud.gate.ac.uk.
|
final AnnotationSet defaultAnnots = doc.getAnnotations(); |
|
final Set<String> includeTypes = new HashSet<>(defaultAnnots.getAllTypes()); |
|
if (annotationSelector != null) |
|
includeTypes.removeIf((type) -> !annotationSelector.contains(":" + type)); |
|
exportOptions.put("annotationTypes", includeTypes); |
This is the consistent behavior with cloud.gate.ac.uk.
zae-lambda-java-gate/src/main/java/co/zeroae/gate/App.java
Lines 238 to 242 in 4150079