JsonAdapter.java
566 Bytes
package com.google.gson.annotations;
import java.lang.annotation.Annotation;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target({java.lang.annotation.ElementType.TYPE, java.lang.annotation.ElementType.FIELD})
public @interface JsonAdapter
{
Class<?> value();
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/com/google/gson/annotations/JsonAdapter.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/