All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pocketknife.BundleSerializer 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 BundleSerializer {
    Class value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy