AnnotationModel uses both fAnnotations and getAnnotationMap()
iloveeclipse opened this issue · 0 comments
iloveeclipse commented
AnnotationModel.fAnnotations
is deprecated and getAnnotationMap()
should be used instead.
However I still see the code that uses AnnotationModel.fAnnotations
inside AnnotationModel
, even together with the getAnnotationMap()
. This should be fixed as precondition to fix of inefficient map iterations inside same class.