001package com.github.gwtbootstrap.client.ui.constants; 002 003import com.github.gwtbootstrap.client.ui.base.Style; 004 005/** 006 * Marker interface for icon collections 007 * Allows implementation of own icon collections 008 * 009 * @see IconType 010 * 011 * @author Dominik Scholl 012 * Date: 23.11.12 013 * Time: 16:38 014 */ 015public interface BaseIconType extends Style { 016 017}