@Documented @Target(value=TYPE) @Retention(value=RUNTIME) @Inherited public @interface DeprecationNotice
Processor,
ControllerService, or
ReportingTask in order to
warn about the deprecation of the component. The deprecation warning is informational only
and doesn't affect the processor run time behavior in any way| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends ConfigurableComponent>[] |
alternatives |
String[] |
classNames |
String |
reason |
public abstract Class<? extends ConfigurableComponent>[] alternatives
public abstract String[] classNames
public abstract String reason
Copyright © 2023 Apache NiFi Project. All rights reserved.