|
Rename Method protected getOrCreateDeclaredVariablesBinder() : Multibinder<DeclaredVariable> renamed to protected contributeVariableDeclarations() : Multibinder<DeclaredVariable> in class io.bootique.BQCoreModuleExtender |
From |
To |
|
Rename Method protected getOrCreateLogLevelsBinder() : MapBinder<String,Level> renamed to protected contributeLogLevels() : MapBinder<String,Level> in class io.bootique.BQCoreModuleExtender |
From |
To |
|
Rename Method protected getOrCreateOptionsBinder() : Multibinder<OptionMetadata> renamed to protected contributeOptions() : Multibinder<OptionMetadata> in class io.bootique.BQCoreModuleExtender |
From |
To |
|
Rename Method protected getOrCreatePropertiesBinder() : MapBinder<String,String> renamed to protected contributeProperties() : MapBinder<String,String> in class io.bootique.BQCoreModuleExtender |
From |
To |
|
Rename Method protected getOrCreateCommandsBinder() : Multibinder<Command> renamed to protected contributeCommands() : Multibinder<Command> in class io.bootique.BQCoreModuleExtender |
From |
To |
|
Rename Method protected getOrCreateVariablesBinder() : MapBinder<String,String> renamed to protected contributeVariables() : MapBinder<String,String> in class io.bootique.BQCoreModuleExtender |
From |
To |