com.googlecode.objectify.annotation
Annotation Type AlsoLoad


@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER})
public @interface AlsoLoad

Annotation which helps migrate schemas by loading one of several possible properties in the entity into fields or methods. This is typically used when a field is renamed, allowing the field to be populated by both its current name and any prior names.

Author:
Jeff Schnitzer

Required Element Summary
 java.lang.String[] value
           
 

Element Detail

value

public abstract java.lang.String[] value


Copyright © 2011 Jeff Schnitzer and a gang of pirates. All Rights Reserved. Build version: 3.1