KatsuteDev/Mal4J

Inheritance optimizations

Closed this issue · 1 comments

Both the Anime and Manga classes explicitly state the methods getAnime and getManga but these methods can be retrieved by instead implementing the interface AnimeRetrievable and MangaRetrievable.

This behavior is intentional, overridden method prevents redundant call to retrieve self.