Skip to content
Snippets Groups Projects
Commit 773b53d2 authored by tpylak's avatar tpylak
Browse files

minor: add javadoc

SVN: 9841
parent 3f044206
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,11 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractRegistrationHol ...@@ -34,7 +34,11 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractRegistrationHol
import ch.systemsx.cisd.openbis.generic.shared.basic.dto.Person; import ch.systemsx.cisd.openbis.generic.shared.basic.dto.Person;
/** /**
* The generic model which can be created automatically using the array of
* {@link IColumnDefinitionKind} or {@link IColumnDefinition}.
*
* @author Franz-Josef Elmer * @author Franz-Josef Elmer
* @author Tomasz Pylak
*/ */
public class BaseEntityModel<T> extends BaseModelData public class BaseEntityModel<T> extends BaseModelData
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment