Project

General

Profile

« Previous | Next » 

Revision 3a5f3569

Added by Andreas Müller over 3 years ago

cleanup

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/strategy/merge/Merge.java
1 1
/**
2 2
* Copyright (C) 2007 EDIT
3
* European Distributed Institute of Taxonomy 
3
* European Distributed Institute of Taxonomy
4 4
* http://www.e-taxonomy.eu
5
* 
5
*
6 6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
* See LICENSE.TXT at the top of this package for the full license terms.
8 8
*/
......
18 18
/**
19 19
 * @author a.mueller
20 20
 * @since 03.08.2009
21
 * @version 1.0
22 21
 */
23
@Target({FIELD}) 
22
@Target({FIELD})
24 23
@Retention(RUNTIME)
25 24
public @interface Merge {
26 25
	MergeMode value();
27
	
26

  
28 27
}

Also available in: Unified diff