Annotation Interface DomainTypeImplementation


@Target(TYPE) @Retention(RUNTIME) public @interface DomainTypeImplementation
Indicates a class that implements a domain type.

This annotation is used internally by the Doma framework to mark classes that are generated as implementations of domain types defined with the Domain annotation.

See Also: