tech.deepdreams.employee.enums.Periodicity Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of employee-events Show documentation
Show all versions of employee-events Show documentation
HR employee events project for Spring Boot
The newest version!
package tech.deepdreams.employee.enums;
public enum Periodicity {
MENSUEL, HEBDOMADAIRE, JOURNALIER
}