de.charite.compbio.jannovar.Immutable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jannovar-core Show documentation
Show all versions of jannovar-core Show documentation
jannovar-core is a library for the functional annotation of genomic variants
package de.charite.compbio.jannovar;
/**
* Annotation for marking a class as immutable.
*
* The annotation only serves as the documentation.
*
* @author Manuel Holtgrewe
*/
public @interface Immutable {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy