Back to project page MinerStatus.
The source code is released under:
Apache License
If you think the Android project MinerStatus listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package me.davidgreene.minerstatus.beans; /*w w w.j ava 2s.co m*/ import java.io.Serializable; public class Worker implements Serializable { /** * */ private static final long serialVersionUID = -6908308730427306282L; }