package org.dddlib.codegen.classdef; /** * Created by yyang on 2016/12/23. */ public enum CollectionType { NONE, COLLECTION, LIST, SET, MAP }