Closed gvanbrakel closed 2 years ago
In the use case you explain Java annotation @Optional. What is the meaning of JavaDoc tag @ff.optional? Do they do the same or is there a difference?
They are meant to be the same
Oh, I understand. I should have read issue #69 before writing...
Please also consider PR https://github.com/ibissource/iaf/pull/2808.
Optional overrides any mandatory setting. Example use case: AbstractPipe.setName() will get a
@ff.mandatory
annotation IWrapperPipe.setName() and IValidator.setName() will get a@Optional
annotation or a@ff.optional
javadoc tag, to avoid having to set a name for wrappers and validators