313314315316317318319
/** * Create an instance of {@link Author } * */ public Author createAuthor() { return new Author(); }