@Target({FIELD,PARAMETER,METHOD}) @Description("Marks the field, argument, input field or enum value as deprecated") @Retention(RUNTIME) public @interface Deprecated
String
reason
@Description("The reason for the deprecation") String reason