Annotation Interface OnPostCreate


@Documented @Target(METHOD) @Retention(RUNTIME) public @interface OnPostCreate
Annotated methods are called immediately after OnCreate methods. In contrast to OnCreate, no changes made in OnPostCreate methods are sent as part of HTTP responses for script tags. When an annotated method is called, a controller who has the method is locked. Accessing fields of the controller, thus, is thread safe.