rspec/rules/S3400/java/rule.adoc

14 lines
244 B
Plaintext
Raw Normal View History

2020-06-30 12:48:39 +02:00
include::../description.adoc[]
include::../noncompliant.adoc[]
== Compliant Solution
----
static final int BEST_NUMBER = 12;
----
== Exceptions
2020-12-23 14:59:06 +01:00
Methods with annotations, such as ``@Override`` and Spring's ``@RequestMapping``, are ignored.