rspec/rules/S3400/java/rule.adoc

31 lines
543 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
2021-01-27 13:42:22 +01:00
Methods with annotations, such as ``++@Override++`` and Spring's ``++@RequestMapping++``, are ignored.
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
include::../message.adoc[]
include::../highlighting.adoc[]
'''
== Comments And Links
(visible only on this page)
include::../comments-and-links.adoc[]
endif::env-github,rspecator-view[]