Skip to content

Commit

Permalink
added missing reflection for enum
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdjulian committed May 31, 2024
1 parent b84abb2 commit f575b21
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"name": "java.lang.Enum",
"allDeclaredClasses": true,
"allDeclaredFields": true,
"allDeclaredMethods": true
}
]

0 comments on commit f575b21

Please sign in to comment.