You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Option(help = "Disable the substitutions matched by the option value. " +
415
+
"A value can be a fully qualified method name with parameter list, a fully qualified method name without parameter list, or a fully qualified type name. " +
416
+
"When multiple methods match a value, then all matching substitutions are disabled.")//
Copy file name to clipboardExpand all lines: substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/substitute/AnnotationSubstitutionProcessor.java
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@
40
40
importjava.util.List;
41
41
importjava.util.Map;
42
42
importjava.util.Optional;
43
+
importjava.util.Set;
43
44
importjava.util.concurrent.ConcurrentHashMap;
44
45
importjava.util.function.BooleanSupplier;
45
46
importjava.util.function.Predicate;
@@ -106,6 +107,7 @@ public class AnnotationSubstitutionProcessor extends SubstitutionProcessor {
0 commit comments