Returns a binder that uses source as the reference location for configuration errors. This is typically a StackTraceElement for .java source but it could any binding source, such as the path to a .properties file. @param source any object representing the source loca
(Object source)
| 375 | * @since 2.0 |
| 376 | */ |
| 377 | Binder withSource(Object source); |
| 378 | |
| 379 | /** |
| 380 | * Returns a binder that skips {@code classesToSkip} when identify the calling code. The caller's |
no outgoing calls