@Target(value=FIELD) @Retention(value=RUNTIME) public @interface Computed
Mapper.get(Object...)
),
they will be ignored in accessor queries and save operations.
As opposed to other mapper annotation, this one doesn't handle case sensitivity. If your expression
contains case-sensitive names, you'll need to quote them explicitly:
@Computed("\"caseSensitiveFunction\"(v)")
public abstract String value