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

me.prettyprint.hom.annotations.AnonymousPropertyAddHandler Maven / Gradle / Ivy

package me.prettyprint.hom.annotations;

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

import me.prettyprint.hom.HectorObjectMapper;


/**
 * Annotation for marking the method used to add "anonymous" properties to the
 * POJO. Anonymous properties are Columns in Cassandra that do not map directly
 * to the POJO.  See {@link HectorObjectMapper} for details.
 * 
 * @author Todd Burruss
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface AnonymousPropertyAddHandler {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy