1 package com.loribel.commons.abstraction;
2
3 /***
4 * Abstraction of a debug item.
5 *
6 * @author Gregory Borelli
7 */
8 public interface GB_DebugCall
9 extends
10 GB_IdOwner,
11 GB_TsOwner,
12 GB_ValueOwner
13 {
14 }