package org.zstack.core.gc; /** * Created by xing5 on 2017/3/3. */ public enum GarbageCollectorType { EventBased, TimeBased }