Added some deprecation info

This commit is contained in:
Marcin Grzejszczak
2021-12-06 17:04:08 +01:00
parent e056db7cf3
commit fe23348513

View File

@@ -27,7 +27,9 @@ import org.springframework.kafka.transaction.KafkaAwareTransactionManager;
*
* @author Marcin Grzejszczak
* @since 3.1.0
* @deprecated scheduled for removal
*/
@Deprecated
public class TraceKafkaPlatformTransactionManagerBeanPostProcessor implements BeanPostProcessor {
private final BeanFactory beanFactory;