0 votes
in JAVA by
Repeating annotations can be retrieved using _________

a) getAnnotationsList()

b) getAnnotations()

c) getAnnotationsByType()

d) getAnnotationsByValue()

1 Answer

0 votes
by
c) getAnnotationsByType()
...