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

com.speedment.common.codegen.model.package-info Maven / Gradle / Ivy

Go to download

A Speedment bundle that shades all dependencies into one jar. This is useful when deploying an application on a server.

The newest version!
/**
 * Models for typical object-oriented language building blocks are located in 
 * this package. The ambition of codegen is to separate model, view and 
 * controller logic into different classes. This package represents the model
 * part of that trio.
 * 

* The interfaces in this package does not share a common ancestor. The reason * for this is that any class should qualify as a model as long as a * corresponding view is installed in the active * {@link com.speedment.common.codegen.Generator}. *

* This package is part of the API. Modifications to classes here should only * (if ever) be done in major releases. */ package com.speedment.common.codegen.model;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy