Class CodeBlocks
java.lang.Object
org.springframework.data.repository.aot.generate.CodeBlocks
Deprecated, for removal: This API element is subject to removal in a future version.
Helper to write contextual pieces of code during code generation.
- Author:
- Christoph Strobl
-
Method Summary
-
Method Details
-
logDebug
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
message
- the logging message.args
- optional args to apply to the message.- Returns:
- a
CodeBlock
containing a debug level guarded logging statement.
-