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

com.artemis.component.PooledString Maven / Gradle / Ivy

package com.artemis.component;

import com.artemis.Component;
import com.artemis.annotations.PooledWeaver;

@PooledWeaver
public class PooledString extends Component {
	public String s;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy