@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface DomainDescription
This annotation marks fields in JPA entities and DTOs, that the content is a
human readable domain description. For instance the description of a product.
Since descriptions may be based on many field values, this annotation can
also be used for getter-methods. If a getter is annotated with
#DomainDescription, the getter is used to access the description for that
instance.