Annotation Type History


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface History
    Marks an entity bean as having history support.

    In Postgres for example this means there is an associated history table which is typically automatically populated via database triggers.