Skip to content
Closed
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ public TypeResolverBuilder<?> findPropertyContentTypeResolver(MapperConfig<?> co
/**
* @deprecated Use {@link #findSubtypesByAnnotations(Annotated)} instead.
*/
@Deprecated(since="2.14")
@Deprecated
public List<NamedType> findSubtypes(Annotated a) { return findSubtypesByAnnotations(a); }

/**
Expand Down