Annotation Interface AquimaDomain


@Component @Retention(RUNTIME) @Target(TYPE) public @interface AquimaDomain
Annotation for classes that are aquima domains.
Since:
8.0
Author:
Jon van Leuven
See Also:
  • DomainValues
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the name of the domain.
  • Element Details

    • value

      @AliasFor(annotation=org.springframework.stereotype.Component.class) String value
      Returns the name of the domain.
      Returns:
      the name of the domain.