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

com.googlecode.objectify.insight.Collect Maven / Gradle / Ivy

package com.googlecode.objectify.insight;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * Marker annotation that can be used in ObjectifyFactory.register() to determine whether a
 * kind should be registered with the Recorder.
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface Collect {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy