Annotation Interface Tag


@Target(TYPE) @Retention(RUNTIME) @Inherited @Repeatable(Tags.class) public @interface Tag
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.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details