Merge pull request 'fix(build): add reflect-config.json' (#21) from dev into master

Reviewed-on: #21
This commit is contained in:
Thibaut Valentin 2025-02-05 17:14:10 +01:00
commit ac5b68dff1

View File

@ -0,0 +1,16 @@
[
{
"name": "fr.titionfire.ffsaf",
"allDeclaredConstructors": true,
"allPublicConstructors": true,
"allDeclaredMethods": true,
"allPublicMethods": true
},
{
"name": "com.lowagie.text.pdf",
"allDeclaredConstructors": true,
"allPublicConstructors": true,
"allDeclaredMethods": true,
"allPublicMethods": true
}
]