001package com.github.gwtbootstrap.client.ui.constants;
002
003public enum IconPosition {
004    LEFT,RIGHT;
005}