All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.artemis.component.link.MultiLinkCheckAll Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package com.artemis.component.link;

import com.artemis.Component;
import com.artemis.annotations.EntityId;
import com.artemis.annotations.LinkPolicy;
import com.artemis.utils.IntBag;

import static com.artemis.annotations.LinkPolicy.Policy.CHECK_SOURCE_AND_TARGETS;

public class MultiLinkCheckAll extends Component {
	@EntityId
	@LinkPolicy(CHECK_SOURCE_AND_TARGETS)
	public IntBag other = new IntBag();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy