Files
spring-data-commons/lombok.config
T
Oliver Gierke 26f725be0d DATACMNS-810 - Polishing.
Renamed ExampleSpecification to ExampleMatcher and introduced a matching() factory method, dropping the dedicated override mechanism for types for now. Updated documentation accordingly.

Used Lombok for constructor creation, field defaults, toString() as well as equals(…) and hashCode() implementations.

Tweaked imports in unit tests. Renamed methods to express expected behavior.

Original pull request: #153.
2016-03-17 16:22:55 +01:00

3 lines
83 B
Plaintext

lombok.nonNull.exceptionType = IllegalArgumentException
lombok.log.fieldName = LOG