@Retention(value=RUNTIME)
public @interface AVersion
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
application
Returns the application name.
|
ADeveloper[] |
developers
Developers.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
buildId
Returns the build ID which is an increment number created during the
build and deployment process.
|
java.lang.String |
mailinglist
Returns the mailing list e-mail address.
|
int |
major
Returns the major version number.
|
int |
minor
Returns the minor version number.
|
java.lang.String |
releaseDate
Returns the release date.
|
int |
revision
Returns the revision number.
|
public abstract java.lang.String application
public abstract ADeveloper[] developers
public abstract java.lang.String mailinglist
public abstract int major
public abstract int minor
public abstract int revision
17-November-2016 09:39 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft