We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412bdf5 commit 78fe4feCopy full SHA for 78fe4fe
src/main/java/com/arangodb/springframework/core/convert/resolver/AbstractResolver.java
@@ -65,7 +65,7 @@ protected AbstractResolver(final ConversionService conversionService) {
65
this.objenesis = new ObjenesisStd(true);
66
}
67
68
- static interface ResolverCallback<A extends Annotation> {
+ public static interface ResolverCallback<A extends Annotation> {
69
70
Object resolve(String id, TypeInformation<?> type, A annotation);
71
0 commit comments