Package org.ujorm.tools.xml.config
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.
An common element writer
- Author:
- Pavel Ponec
-
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(@NotNull ApiElement element) Performs an operation on the argument element.
-
Method Details
-
write
Performs an operation on the argument element.- Parameters:
element- An element to write
-