rspec/rules/S1123/compliant.adoc
2022-02-04 16:28:24 +00:00

16 lines
174 B
Plaintext

== Compliant Solution
[source,text]
----
class MyClass {
/**
* @deprecated (when, why, refactoring advice...)
*/
@Deprecated
public void foo1() {
}
}
----