has errors
[cdmlib.git] / cdmlib-model / src / main / java / eu / etaxonomy / cdm / strategy / IStrategy.java
1
2
3 package eu.etaxonomy.cdm.strategy;
4
5 /* interface for all Cdm strategy classes
6 *
7 */
8
9 /**
10 * @author Andreas Mueller
11 * @version 1.0
12 * @created 12-Sep-2007
13 */
14
15
16 //TODO wie bekomme ich T typisiert als Klasse eines Interfaces
17 public interface IStrategy<T> {
18
19 //public void setStrategyObject(T versionableEntity);
20
21 }