Skip to content

Commit

Permalink
Deprecated the AbstractRawClassHierarchyTypeAdapterFactory implementa…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
lyubomyr-shaydariv committed Sep 23, 2024
1 parent c7d0dbe commit 0f2000b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import lombok.AccessLevel;
import lombok.RequiredArgsConstructor;

@Deprecated
@RequiredArgsConstructor(access = AccessLevel.PROTECTED)
public abstract class AbstractRawClassHierarchyTypeAdapterFactory<K>
implements ITypeAdapterFactory<K> {
Expand Down

0 comments on commit 0f2000b

Please sign in to comment.