SystemColumn

@Target(value = METHOD)
@Retention(value = RUNTIME)
public @interface SystemColumn

Marks an entity column declared by the Spine Framework.

Such columns may be shared across entities and are used internally by the Spine routines.

This annotation should not be used in the client code. The users should rely on the (column) option to declare entity columns instead.

Functions

Link copied to clipboard
public abstract String name()
The column name for storage.

Inherited functions

Link copied to clipboard
public abstract Class<? extends Annotation> annotationType()
Link copied to clipboard
public abstract boolean equals(Object p)
Link copied to clipboard
public abstract int hashCode()
Link copied to clipboard
public abstract String toString()