HHH-5580 - Documentation fix
This commit is contained in:
parent
e558538ca1
commit
36e0d7eced
|
@ -6,7 +6,7 @@ import java.lang.annotation.RetentionPolicy;
|
||||||
import java.lang.annotation.Target;
|
import java.lang.annotation.Target;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Marks a property which will hold the collection of entity class names modified during each revision.
|
* Marks a property which holds entity class names that have been modified during each revision.
|
||||||
* This annotation expects field of <code>{@literal Set<String>}</code> type.
|
* This annotation expects field of <code>{@literal Set<String>}</code> type.
|
||||||
* @author Lukasz Antoniak (lukasz dot antoniak at gmail dot com)
|
* @author Lukasz Antoniak (lukasz dot antoniak at gmail dot com)
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue