com.netflix.astyanax.mapping
Annotation Type Column


Deprecated.

@Documented
@Target(value=FIELD)
@Retention(value=RUNTIME)
@Deprecated
public @interface Column


Optional Element Summary
 java.lang.String value
          Deprecated. The name by which this particular field should be persisted as.
 

value

public abstract java.lang.String value
Deprecated. 
The name by which this particular field should be persisted as. By default, the name of the field is used

Returns:
column name
Default:
""