Add missing since tag to MetaStackFactory

This commit is contained in:
Luck 2018-11-06 15:42:59 +00:00
parent 5dda522a62
commit acb56d683a
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -77,6 +77,7 @@ public interface MetaStackFactory {
* @param middleSpacer the spacer to be included between stack elements
* @param endSpacer the spacer to be included at the end of the stacks output
* @return the new stack definition instance
* @since 4.4
*/
@NonNull MetaStackDefinition createDefinition(@NonNull List<MetaStackElement> elements, @NonNull DuplicateRemovalFunction duplicateRemovalFunction, @NonNull String startSpacer, @NonNull String middleSpacer, @NonNull String endSpacer);