Annotation Type 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:
IEntity.addTag(String), Tag
  • Optional Element Summary

    Optional Elements 
    Modifier and TypeOptional ElementDescription
    Tag[]value