Package org.seedstack.business.domain
Annotation Type DomainFactory
-
@Documented @Retention(RUNTIME) @Target({TYPE,ANNOTATION_TYPE}) public @interface DomainFactory
Marks a type as a domain factory. This is the minimal element to apply on a class to make the business framework recognize it as a domain factory.For better semantics it is recommended to use the
Factoryinterface which is already annotated withDomainFactory.- See Also:
Factory