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

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

There is a newer version: 2.3.0
Show newest version
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