@Target(value=METHOD) @Retention(value=RUNTIME) public @interface PostCreate
EntityViewManager.create(Class).
A method annotated with @PostCreate must define no or a single parameter of the type EntityViewManager.
There may only be one method in a class annotated with @PostCreate and it must return void.
Super type methods annotated with @PostCreate are ignored if an entity view defines a @PostCreate method.Copyright © 2014–2018 Blazebit. All rights reserved.