play.modules.morphia
Annotation Type Model.OnLoad


@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface Model.OnLoad

OnLoad mark a method be called after an new instance of an entity is initialized and before the properties are filled with mongo db columns

Author:
luog