]> git.mxchange.org Git - jcore.git/blob - BaseApplication.java
92f6f268b6ebbf04083c257af9fc843811daa5bb
[jcore.git] / BaseApplication.java
1 /*
2  * To change this license header, choose License Headers in Project Properties.
3  * To change this template file, choose Tools | Templates
4  * and open the template in the editor.
5  */
6 package org.mxchange.jcore.application;
7
8 import org.mxchange.jcore.BaseFrameworkSystem;
9
10 /**
11  * A general application class
12  *
13  * @author Roland Haeder
14  */
15 public abstract class BaseApplication extends BaseFrameworkSystem implements Application {
16 }