public @interface ClassVersion
This is the annotation for constructing the author, its e-mail address and the version number and release type as its class version.
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
author
Returns the author name, normally this is her or his user name,
i.e.
|
java.lang.String |
email
Returns the e-mail address of the developer, i.e.
|
Modifier and Type | Optional Element and Description |
---|---|
int |
major
Returns the major version number.
|
int |
minor
Returns the minor version number.
|
EReleaseType |
release
Returns the release type.
|
public abstract java.lang.String author
public abstract java.lang.String email
public abstract int major
public abstract int minor
public abstract EReleaseType release
14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft