Package org.seedstack.business.domain
Annotation Type Create
-
@Documented @Inherited @Retention(RUNTIME) @Target({TYPE,METHOD,ANNOTATION_TYPE}) public @interface Create
Marks a method which has the responsibility of creating an entity (i.e. a factory method). Such method is intercepted to allow for identity generation to occur on the returned entity, just after creation.- See Also:
IdentityGenerator