@FunctionalInterface public interface ProjectDescriptionCustomizer extends org.springframework.core.Ordered
ProjectDescription. Invoked with an order of 0 by default, considering overriding getOrder() to customize
this behaviour.| Modifier and Type | Method and Description |
|---|---|
void |
customize(MutableProjectDescription description)
Customize the project description.
|
default int |
getOrder() |
void customize(MutableProjectDescription description)
description - the project description to customizedefault int getOrder()
getOrder in interface org.springframework.core.OrderedCopyright © 2021 Pivotal Software, Inc.. All rights reserved.