T - language-specific type declarationC - language-specific compilation unitS - language-specific source code@FunctionalInterface public interface MainSourceCodeCustomizer<T extends TypeDeclaration,C extends CompilationUnit<T>,S extends SourceCode<T,C>> 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(S sourceCode) |
default int |
getOrder() |
void customize(S sourceCode)
default int getOrder()
getOrder in interface org.springframework.core.OrderedCopyright © 2021 Pivotal Software, Inc.. All rights reserved.