Lang.java

package com.wilzwert.myjobs.core.domain.model.user;


/**
 * @author Wilhelm Zwertvaegher
 */
public enum Lang {
    FR,
    EN
}