T
- type declaration that this customizer can handle@FunctionalInterface public interface ServletInitializerCustomizer<T extends TypeDeclaration> extends org.springframework.core.Ordered
order
of 0
by default, considering overriding
getOrder()
to customize this behaviour.Modifier and Type | Method and Description |
---|---|
void |
customize(T typeDeclaration) |
default int |
getOrder() |
void customize(T typeDeclaration)
default int getOrder()
getOrder
in interface org.springframework.core.Ordered
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.