]> git.mxchange.org Git - jcore.git/blob - src/org/mxchange/jcore/application/BaseApplication.java
Added Boolean type
[jcore.git] / src / org / mxchange / jcore / application / 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 }