By default, an idea shows some italic methods when we call them:
Example:
Authentication auth = SecurityContextHolder.getContext().getAuthentication();
getContext () is italicized, but getAuthentication () doesn't mean what does it mean?
java intellij-idea intellij-14
Ivan Aracki
source share