
com.artemis.component.PooledAllFields Maven / Gradle / Ivy
package com.artemis.component;
import com.artemis.Component;
import com.artemis.annotations.PooledWeaver;
@PooledWeaver(forceWeaving=true) @SuppressWarnings("unused")
public class PooledAllFields extends Component {
private boolean _boolean = true;
private char _char = 'a';
private short _short = 1;
private int _int = 1;
private long _long = 1;
private float _float = 1;
private double _double = 1;
private String _string = "hej";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy