Package org.springframework.aot.hint
Class ExecutableHint.Builder
java.lang.Object
org.springframework.aot.hint.ExecutableHint.Builder
- Enclosing class:
 - ExecutableHint
 
Builder for 
ExecutableHint.- 
Method Summary
Modifier and TypeMethodDescriptionwithMode(ExecutableMode mode) Specify that the mode is required. 
- 
Method Details
- 
withMode
Specify that the mode is required.- Parameters:
 mode- the required mode- Returns:
 this, to facilitate method chaining
 
 -