we can replace the ``` @Log ``` with ``` private static final Logger log = Logger.getLogger(MyClass.class.getName()); ```