View Javadoc

1   package com.loribel.commons.abstraction;
2   
3   /***
4    * Interface for Object witch get and set info.
5    *
6    * @author Grégory Borelli
7    */
8   public interface GB_InfoOwner
9           extends
10              GB_InfoGetter,
11              GB_InfoSetter
12  {
13  }