org.nuiton.eugene.java.extension.package-info Maven / Gradle / Ivy
/*
* #%L
* EUGene :: EUGene
*
* $Id: package-info.java 1079 2011-06-28 09:15:23Z tchemit $
* $HeadURL: https://svn.nuiton.org/eugene/tags/eugene-2.13/eugene/src/main/java/org/nuiton/eugene/java/extension/package-info.java $
* %%
* Copyright (C) 2004 - 2010 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
*
* You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* .
* #L%
*/
/**
* Eugene java extension package : all specific extension for Java generation.
*
* - Annotations extension : to add some annotation on elements of a object model.
* - Imports extension : to deal smartly with imports of code to generate.
* - Constants extension : to deal with constants in java generators.
* - codes extension : to add smartly some codes to operations.
*
* @see AnnotationsManager
* @see ImportsManager
* @see ConstantsManager
* @see CodesManager
*/
package org.nuiton.eugene.java.extension;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy