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

de.japkit.annotations.Order Maven / Gradle / Ivy

There is a newer version: 1.11
Show newest version
package de.japkit.annotations;

/**
 * Eclipse APT seems not to obey source element order but to sort enclosed
 * elements alphabetically.
 *  To enforce order, this
 * annotation can be used.
 * 

* Note: Order is especially important for properties, since for example the * constructor parameter order of generated constructors depends on it. * * @author stefan * @see https://bugs.eclipse.org/bugs/show_bug.cgi?id=300408 * */ public @interface Order { /** * * @return the ordinal number */ int value(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy