![JAR search and dependency download from the Maven repository](/logo.png)
pocketknife.IntentSerializer Maven / Gradle / Ivy
The newest version!
package pocketknife;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.FIELD;
import static java.lang.annotation.ElementType.PARAMETER;
import static java.lang.annotation.RetentionPolicy.CLASS;
@Retention(CLASS)
@Target({ FIELD, PARAMETER })
public @interface IntentSerializer {
Class extends PocketKnifeIntentSerializer> value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy