All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fastjrun.example.web.controller.BaseController Maven / Gradle / Ivy

There is a newer version: 4.2.5
Show newest version
/*
 * Copyright (C) 2019 fastjrun, Inc. All Rights Reserved.
 */
package com.fastjrun.example.web.controller;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

public abstract class BaseController {
    protected final Logger log = LoggerFactory.getLogger(this.getClass());
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy