15911592159315941595159615971598159916001601
{ synchronized (interfaceIntroductions) { InterfaceIntroduction pointcut = (InterfaceIntroduction) interfaceIntroductions.remove(name); if (pointcut == null) return; pointcut.clearAdvisors(); } } /** * Register an annotation introduction
16791680168116821683168416851686168716881689
{ synchronized (interfaceIntroductions) { InterfaceIntroduction pointcut = interfaceIntroductions.remove(name); if (pointcut == null) return; pointcut.clearAdvisors(); } } finally { lock.unlockWrite();
15141515151615171518151915201521152215231524