File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
src/main/java/com/fasterxml/jackson/databind/introspect Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -173,24 +173,6 @@ public final class AnnotatedClass
173
173
_collectAnnotations = false ;
174
174
}
175
175
176
- /**
177
- * @deprecated Since 2.9, use methods in {@link AnnotatedClassResolver} instead.
178
- */
179
- @ Deprecated
180
- public static AnnotatedClass construct (JavaType type , MapperConfig <?> config ) {
181
- return construct (type , config , (MixInResolver ) config );
182
- }
183
-
184
- /**
185
- * @deprecated Since 2.9, use methods in {@link AnnotatedClassResolver} instead.
186
- */
187
- @ Deprecated
188
- public static AnnotatedClass construct (JavaType type , MapperConfig <?> config ,
189
- MixInResolver mir )
190
- {
191
- return AnnotatedClassResolver .resolve (config , type , mir );
192
- }
193
-
194
176
/*
195
177
/**********************************************************
196
178
/* TypeResolutionContext implementation
You can’t perform that action at this time.
0 commit comments