31 lines
543 B
Plaintext
31 lines
543 B
Plaintext
include::../description.adoc[]
|
|
|
|
include::../noncompliant.adoc[]
|
|
|
|
== Compliant Solution
|
|
|
|
----
|
|
static final int BEST_NUMBER = 12;
|
|
----
|
|
|
|
== Exceptions
|
|
|
|
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[]
|