Skip to content

Commit 101a66e

Browse files
javier-godoypaodb
authored andcommitted
feat: provide reflection hints for native compilation
1 parent a2844d1 commit 101a66e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.flowingcode.vaadin.addons</groupId>
44
<artifactId>orgchart-addon</artifactId>
5-
<version>5.0.1-SNAPSHOT</version>
5+
<version>5.1.0-SNAPSHOT</version>
66
<name>OrgChart Add-on</name>
77

88
<properties>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[
2+
{
3+
"name":"com.flowingcode.vaadin.addons.orgchart.OrgChartItem",
4+
"allDeclaredFields":true,
5+
"queryAllDeclaredMethods":true,
6+
"queryAllDeclaredConstructors":true,
7+
"methods":[{"name":"getChildren","parameterTypes":[] }, {"name":"getClassName","parameterTypes":[] }, {"name":"getData","parameterTypes":[] }, {"name":"getId","parameterTypes":[] }, {"name":"getName","parameterTypes":[] }, {"name":"getTitle","parameterTypes":[] }]
8+
},
9+
{
10+
"name":"com.flowingcode.vaadin.addons.orgchart.client.OrgChartState",
11+
"allDeclaredFields":true,
12+
"queryAllDeclaredMethods":true,
13+
"queryAllDeclaredConstructors":true
14+
}
15+
]

0 commit comments

Comments
 (0)