Skip to content

Commit d899341

Browse files
authored
Remove 2 factory methods from AnnotatedClass (deprecated in jackson 2.9) (#5148)
1 parent 5b018f0 commit d899341

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

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

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -173,24 +173,6 @@ public final class AnnotatedClass
173173
_collectAnnotations = false;
174174
}
175175

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-
194176
/*
195177
/**********************************************************
196178
/* TypeResolutionContext implementation

0 commit comments

Comments
 (0)