Annotation Interface EntityField


@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface EntityField
Indicates that an annotated annotation may be applied to fields of Entity annotated classes.

This is a meta-annotation used to mark other annotations that are designed to be applied to entity fields. The Doma framework uses this to validate annotation usage during compile-time processing.

See Also: