-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
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
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); |
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers