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