Annotation Interface Ignore


@Retention(RUNTIME) @Target(FIELD) @Documented public @interface Ignore
Indicates a property should be ignored and not included in form building. Used by ReflectivePropertyProvider to filter out fields marked with it.
Since:
2022-06-03
Author:
miki