Annotation Interface TypeAlias


@Documented @Inherited @Target(TYPE) @Retention(RUNTIME) public @interface TypeAlias
Annotation to allow String based type aliases to be used when writing type information for PersistentEntitys.
Author:
Oliver Gierke
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The type alias to be used when persisting
  • Element Details

    • value

      String value
      The type alias to be used when persisting
      Returns: