Annotation Interface PropertyIgnore


@Target({FIELD,PARAMETER}) @Retention(RUNTIME) @Deprecated(since="21.03") public @interface PropertyIgnore
Deprecated.
instead remove the Property annotation
PropertyIgnore is a marker annoation for fields and parameters. Defines whether a property is ignored.