generated from GoodforGod/java-library-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from GoodforGod/dev
[1.1.1]
- Loading branch information
Showing
25 changed files
with
265 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
graalvm-hint-processor/src/test/java/io/goodforgod/graalvm/hint/processor/InnerClass.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package io.goodforgod.graalvm.hint.processor; | ||
|
||
import static io.goodforgod.graalvm.hint.processor.InnerClass.*; | ||
|
||
import io.goodforgod.graalvm.hint.annotation.ReflectionHint; | ||
|
||
@ReflectionHint(types = Example1.class) | ||
public class InnerClass { | ||
|
||
public static class Example1 {} | ||
} |
9 changes: 9 additions & 0 deletions
9
graalvm-hint-processor/src/test/java/io/goodforgod/graalvm/hint/processor/InnerSelf.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package io.goodforgod.graalvm.hint.processor; | ||
|
||
import io.goodforgod.graalvm.hint.annotation.ReflectionHint; | ||
|
||
public class InnerSelf { | ||
|
||
@ReflectionHint | ||
public static class Example1 {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
graalvm-hint-processor/src/test/resources/reflectionhint/generated/reflect-config-all.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
...essor/src/test/resources/reflectionhint/generated/reflect-config-inner-class-unnamed.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[{ | ||
"name": "InnerClassUnnamed$Example1", | ||
"allDeclaredConstructors": true, | ||
"allDeclaredFields": true, | ||
"allDeclaredMethods": true | ||
}] |
6 changes: 6 additions & 0 deletions
6
...int-processor/src/test/resources/reflectionhint/generated/reflect-config-inner-class.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[{ | ||
"name": "io.goodforgod.graalvm.hint.processor.InnerClass$Example1", | ||
"allDeclaredConstructors": true, | ||
"allDeclaredFields": true, | ||
"allDeclaredMethods": true | ||
}] |
6 changes: 6 additions & 0 deletions
6
...ocessor/src/test/resources/reflectionhint/generated/reflect-config-inner-inner-class.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[{ | ||
"name": "io.goodforgod.graalvm.hint.processor.InnerInnerClass$InnerClass$Example1", | ||
"allDeclaredConstructors": true, | ||
"allDeclaredFields": true, | ||
"allDeclaredMethods": true | ||
}] |
6 changes: 6 additions & 0 deletions
6
...rocessor/src/test/resources/reflectionhint/generated/reflect-config-inner-inner-self.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[{ | ||
"name": "io.goodforgod.graalvm.hint.processor.InnerInnerSelf$InnerClass$Example1", | ||
"allDeclaredConstructors": true, | ||
"allDeclaredFields": true, | ||
"allDeclaredMethods": true | ||
}] |
6 changes: 6 additions & 0 deletions
6
...cessor/src/test/resources/reflectionhint/generated/reflect-config-inner-self-unnamed.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[{ | ||
"name": "InnerSelfUnnamed$Example1", | ||
"allDeclaredConstructors": true, | ||
"allDeclaredFields": true, | ||
"allDeclaredMethods": true | ||
}] |
Oops, something went wrong.