blob: 23426556362429d7d52ae7dc8507c470b9bebe96 [file] [log] [blame]
package org.eclipse.osbp.runtime.web.sample.dtos;
@SuppressWarnings("all")
public enum Gender {
MALE,
FEMALE;
}