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

    Required Elements 
    Modifier and TypeRequired ElementDescription
    java.lang.Stringvalue 
  • Element Details

    • value

      java.lang.String value