1 package com.loribel.commons.abstraction;
2
3 /***
4 * Interface to reprensent label with icons.
5 *
6 * @author Grégory Borelli
7 */
8 public interface GB_LabelIconDefault
9 extends
10 GB_LabelIconSet,
11 GB_IconsOwnerSet
12 {
13
14 }