@Retention(value=RUNTIME) @Target(value=FIELD) public @interface LinkPolicy
Annotation for entity-referencing fields in component types. This annotation
allows overriding the default link policy. Fields referencing a single
entity - int or Entity
- default to
LinkPolicy.Policy.CHECK_SOURCE_AND_TARGETS
, while Bag and IntBag of entities are
assigned LinkPolicy.Policy.CHECK_SOURCE
.
Modifier and Type | Required Element and Description |
---|---|
LinkPolicy.Policy |
value |
public abstract LinkPolicy.Policy value
Copyright © 2019. All rights reserved.