com.rt.storage.api.client.util.package-info Maven / Gradle / Ivy
/**
* General utilities used throughout this library.
*
* @since 1.0
* @author Yaniv Inbar
*/
@ReflectionSupport(value = ReflectionSupport.Level.FULL)
package com.rt.storage.api.client.util;
import com.google.j2objc.annotations.ReflectionSupport;