Preferences:Imports and Declaration

Imports and Declaration

Options:

As a result the logger imports and declaration is automatically inserted like in that example:

	import org.apache.log4j.Logger;

	public class MyClass {
		/**
		 * Logger for this class
		 */
		private static final Logger logger = Logger.getLogger(MyClass.class);