package
Version:
v1.4.4
Opens a new window with list of versions in this module.
Published: Jan 26, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func GetName(b interface{}) string
type Bean interface {
Bean() string
BeanStart()
BeanEnd()
}
type DisposableBean interface {
Bean
Destroy() error
}
type InitialingBean interface {
Bean
Init() error
}
type NameAware interface {
Bean
SetBeanName(beanName string)
}
type PostProcessorBean interface {
Bean
PostProcessorBeforeInitialization(bean interface{}, beanName string) error
PostProcessorAfterInitialization(bean interface{}, beanName string) error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.