Skip to content

Commit af66b35

Browse files
committed
Added the generic TransformerInitInput description.
1 parent e8e6450 commit af66b35

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/java/com/hivemq/extensions/kafka/api/transformers/TransformerInitInput.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,19 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package com.hivemq.extensions.kafka.api.transformers;
1718

19+
import com.hivemq.extension.sdk.api.annotations.DoNotImplement;
20+
1821
/**
22+
* A marker interface for the input object of the {@link Transformer#init(TransformerInitInput)} method.
23+
*
1924
* @author Christoph Schäbel
25+
* @author Georg Held
26+
* @since 4.4.0
2027
*/
28+
@DoNotImplement
2129
public interface TransformerInitInput {
2230

2331
}

0 commit comments

Comments
 (0)