Skip to content

Commit 9ddb776

Browse files
committed
...
1 parent 44b0cd3 commit 9ddb776

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/main/java/com/fasterxml/jackson/databind/introspect/AnnotatedCreatorCollector.java

-9
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,6 @@ final class AnnotatedCreatorCollector
4949
_collectAnnotations = collectAnnotations;
5050
}
5151

52-
@Deprecated // since 2.11.3; to be removed ASAP (2.12.0)
53-
public static Creators collectCreators(AnnotationIntrospector intr,
54-
TypeResolutionContext tc,
55-
JavaType type, Class<?> primaryMixIn, boolean collectAnnotations)
56-
{
57-
return collectCreators(intr, TypeFactory.defaultInstance(),
58-
tc, type, primaryMixIn, collectAnnotations);
59-
}
60-
6152
/**
6253
* @since 2.11.3
6354
*/

0 commit comments

Comments
 (0)