Package com.netflix.spinnaker.kork.plugins.api.spring
-
Interface Summary Interface Description BeanPromoter -
Class Summary Class Description PrivilegedSpringPlugin Allows a plugin to register BeanDefinitions to be loaded in the application SpringApplicationContext.SpringLoader Configures a plugin context.SpringLoaderBeanPostProcessor Promotes ExposeToApp and RestControllers from a plugin to the application's context.SpringLoaderCustomInit SpringLoaderPlugin Allows a plugin to scan packages for beans and load Spring Configurations. -
Annotation Types Summary Annotation Type Description ExposeToApp Indicates that a plugin bean should be elevated to the application's context.