Skip to content

Commit

Permalink
feat: provide reflection hints for native compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy authored and paodb committed Oct 10, 2024
1 parent a2844d1 commit 101a66e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.flowingcode.vaadin.addons</groupId>
<artifactId>orgchart-addon</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<name>OrgChart Add-on</name>

<properties>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[
{
"name":"com.flowingcode.vaadin.addons.orgchart.OrgChartItem",
"allDeclaredFields":true,
"queryAllDeclaredMethods":true,
"queryAllDeclaredConstructors":true,
"methods":[{"name":"getChildren","parameterTypes":[] }, {"name":"getClassName","parameterTypes":[] }, {"name":"getData","parameterTypes":[] }, {"name":"getId","parameterTypes":[] }, {"name":"getName","parameterTypes":[] }, {"name":"getTitle","parameterTypes":[] }]
},
{
"name":"com.flowingcode.vaadin.addons.orgchart.client.OrgChartState",
"allDeclaredFields":true,
"queryAllDeclaredMethods":true,
"queryAllDeclaredConstructors":true
}
]

0 comments on commit 101a66e

Please sign in to comment.