blob: a950cbf03b4be6d626cf3d76b03ee26e7e3bd465 [file] [log] [blame] [raw]
package ic2.api.network;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface ClientModifiable { }