Interface ApplicationPropertiesCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback for customizing a project's
ApplicationProperties
.- Author:
- Moritz Halbritter
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(ApplicationProperties properties) Customizes the project'sApplicationProperties
.
-
Method Details
-
customize
Customizes the project'sApplicationProperties
.- Parameters:
properties
- the properties to customize
-