HHH-6696: additional javadoc explanation
This commit is contained in:
parent
550865e3d3
commit
9039e4d29e
|
@ -40,5 +40,9 @@ import java.lang.annotation.Target;
|
|||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target(ElementType.TYPE)
|
||||
public @interface RevisionEntity {
|
||||
/**
|
||||
* @return The optional listener that will be used to fill in the custom revision entity.
|
||||
* May also be specified using the {@code org.hibernate.envers.revision_listener} configuration property.
|
||||
*/
|
||||
Class<? extends RevisionListener> value() default RevisionListener.class;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue