1
0
mirror of synced 2024-12-13 22:56:04 +03:00

Merge remote branch 'jwage/master'

* jwage/master:
  Adding missing OnFlush annotation.
This commit is contained in:
David Abdemoulaie 2010-05-18 17:06:38 -05:00
commit dbeaa3f548

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 {}