
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