Annotation Interface ModifiedEntityNames


@Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface ModifiedEntityNames
Marks a property which holds entity names that have been modified during each revision. This annotation expects field of Set<String> type.
Author:
Lukasz Antoniak (lukasz dot antoniak at gmail dot com)