Annotation Interface Projection


Annotation to tie a particular projection type to a source type. Used to find projection interfaces at startup time.
Author:
Oliver Gierke
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<?>[]
    The type the projection type is bound to.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The name of projection to refer to.
  • Element Details

    • types

      Class<?>[] types
      The type the projection type is bound to.
      Returns:
    • name

      String name
      The name of projection to refer to.
      Returns:
      Default:
      ""