Annotation Interface PostLoad


@Retention(RUNTIME) @Target(METHOD) @Inherited @API(status=STABLE, since="6.3.0") public @interface PostLoad
Informs SDN that the method annotated with this should be run once the object is loaded from the database and fully hydrated.
Since:
6.3.0
Author:
Michael J. Simons