@Retention(value=RUNTIME) @Target(value={METHOD,FIELD}) public @interface ModifiedEntityNames
Marks a property which holds entity names that have been modified during each revision. This annotation expects field of <code>Set<String></code> type.
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.