Skip to content

Commit 352e1b7

Browse files
committed
Provide reflection configuration preventing with archetypes
1 parent 2ecd535 commit 352e1b7

File tree

2 files changed

+22
-0
lines changed
  • archetypes

2 files changed

+22
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[
2+
{
3+
"name" : "org.apache.commons.pool2.impl.DefaultEvictionPolicy",
4+
"allDeclaredConstructors" : true,
5+
"allPublicConstructors" : true,
6+
"allDeclaredMethods" : true,
7+
"allPublicMethods" : true,
8+
"allDeclaredFields" : true,
9+
"allPublicFields" : true
10+
}
11+
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[
2+
{
3+
"name" : "org.apache.commons.pool2.impl.DefaultEvictionPolicy",
4+
"allDeclaredConstructors" : true,
5+
"allPublicConstructors" : true,
6+
"allDeclaredMethods" : true,
7+
"allPublicMethods" : true,
8+
"allDeclaredFields" : true,
9+
"allPublicFields" : true
10+
}
11+
]

0 commit comments

Comments
 (0)