Package jetbrains.buildServer.plugins
Annotation Type PerPluginRegistry
-
@Retention(RUNTIME) @Target(TYPE) public @interface PerPluginRegistry
This annotation is processed byPerPluginAdditionalSpringContextProviderto automatically create per-plugin registry wrappers. For each bean registered in parent spring context annotated with this interfacePerPluginAdditionalSpringContextProviderwill create aProxyFactoryBeanwithAnnotationBasedRegistryInterceptor. Such bean could useRegisterMethodandUnregisterMethodannotations for its methods.