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
Copy file name to clipboardExpand all lines: compiler/src/org.graalvm.nativebridge.processor.test/src/org/graalvm/nativebridge/processor/test/CustomMarshallerService.java
+9-14
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -22,19 +22,14 @@
22
22
* or visit www.oracle.com if you need additional information or have any
23
23
* questions.
24
24
*/
25
-
packageorg.graalvm.nativebridge;
25
+
packageorg.graalvm.nativebridge.processor.test;
26
26
27
-
importjava.lang.annotation.ElementType;
28
-
importjava.lang.annotation.Retention;
29
-
importjava.lang.annotation.RetentionPolicy;
30
-
importjava.lang.annotation.Target;
27
+
importjava.util.List;
28
+
importjava.util.Map;
31
29
32
-
/**
33
-
* Marks a method as an exception handler. The method is used by the annotation processor to handle
34
-
* exceptions passing over the isolate boundary. The method returns {@code true} if it has handled
35
-
* the given exception or {@code false} to perform the default exception handling.
Copy file name to clipboardExpand all lines: compiler/src/org.graalvm.nativebridge.processor.test/src/org/graalvm/nativebridge/processor/test/common/InvalidExceptionHandler1Test.java
Copy file name to clipboardExpand all lines: compiler/src/org.graalvm.nativebridge.processor.test/src/org/graalvm/nativebridge/processor/test/common/InvalidExceptionHandler2Test.java
Copy file name to clipboardExpand all lines: compiler/src/org.graalvm.nativebridge.processor.test/src/org/graalvm/nativebridge/processor/test/common/InvalidExceptionHandler3Test.java
Copy file name to clipboardExpand all lines: compiler/src/org.graalvm.nativebridge.processor.test/src/org/graalvm/nativebridge/processor/test/common/InvalidExceptionHandler4Test.java
0 commit comments