@Retention(value=CLASS)
public @interface ReplaceWithExpr
Deprecated annotations, to denote
the intended replacement of a method, field, or class with the given expression pattern.
The pattern is in no known format, and intended for a developer to read and understand manually.
Created by covers1624 on 5/9/21.
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value |