1
0
mirror of synced 2024-12-14 07:06:04 +03:00

Adding missing OnFlush annotation.

This commit is contained in:
Jonathan H. Wage 2010-05-18 13:19:15 -04:00
parent 73ff99c053
commit 79d3f655ef

View File

@ -134,4 +134,4 @@ final class PostUpdate extends Annotation {}
final class PreRemove extends Annotation {}
final class PostRemove extends Annotation {}
final class PostLoad extends Annotation {}
final class OnFlush extends Annotation {}