
com.speedment.codegen.model.package-info Maven / Gradle / Ivy
/**
* 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.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.codegen.model;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy