Annotation Interface Tags


@Target(TYPE) @Retention(RUNTIME) @Inherited public @interface Tags
This attribute provides initial values for Entity tags. Annotate an Entity with one or multiple Tags to add them automatically when the constructor is called. Tags is just intended as a container class, use the repeatable Tag annotation instead.
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Tag[]
     
  • Element Details

    • value

      Tag[] value
      Default:
      {}