public Author getAuthor()

in src/com/example/library/Book.java [22:24]


    public Author getAuthor() {
        return author;
    }