@ArgumentSource
annotations cannot be used as a repeatable annotation on composed annotations
#4063
Closed
3 tasks done
All
@ArgumentSource
annotations are lacking theElementType.ANNOTATION_TYPE
value from their@Target
annotation. Thus, it's currently impossible to use them as repeated annotations when declaring a composed annotation; i.e., the following currently does not compile:Deliverables
@ArgumentSource
annotations can be used as a repeatable annotation on composed annotationsArchUnitTests
The text was updated successfully, but these errors were encountered: