17 lines
327 B
Plaintext
17 lines
327 B
Plaintext
![]() |
include::../description.adoc[]
|
||
|
|
||
|
include::../noncompliant.adoc[]
|
||
|
|
||
|
include::../compliant.adoc[]
|
||
|
|
||
|
== Exceptions
|
||
|
|
||
|
Empty classes can be used as marker types (for Spring for instance), therefore empty classes that are annotated will be ignored.
|
||
|
----
|
||
|
@Configuration
|
||
|
@EnableWebMvc
|
||
|
public final class ApplicationConfiguration {
|
||
|
|
||
|
}
|
||
|
----
|