Login
Remember
Register
Ask a Question
Repeating annotations can be retrieved using _________
0
votes
asked
Jun 30, 2022
in
JAVA
by
sharadyadav1986
Repeating annotations can be retrieved using _________
a) getAnnotationsList()
b) getAnnotations()
c) getAnnotationsByType()
d) getAnnotationsByValue()
epeating-annotations
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 30, 2022
by
sharadyadav1986
c) getAnnotationsByType()
...