I was reading some code in this project and I came acrosss a method which looked like that. Can someone please explain what this is about? or give me a link to read because I don't even know what to google for lols.
private <T extends Entity> T initializeEntity(User creator, T entity) {
....
}
Thanks