Annotation Type 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.