package com.beloo.widget.chipslayoutmanager; import androidx.annotation.IntDef; @IntDef({ChipsLayoutManager.HORIZONTAL, ChipsLayoutManager.VERTICAL}) @interface Orientation { }