Interface ApiInjector

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ApiInjector
An common element writer
Author:
Pavel Ponec
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(@NotNull ApiElement element)
    Performs an operation on the argument element.
  • Method Details

    • write

      void write(@NotNull @NotNull ApiElement element)
      Performs an operation on the argument element.
      Parameters:
      element - An element to write