tech.deepdreams.employee.enums.Gender 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 Gender {
HOMME, FEMME
}