Solved
Not getting LoggerFactory as an import option for loggers
I'm working on a util class. And trying to put a logger in it. But import logger from LoggerFactory is not appearing in the import list. What can be causing this issue as the same import is available in another file as an import. So, dependency is not an issue in this case.
Below are the imports I'm talking about.
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;