예제 #1
0
파일: IoC.java 프로젝트: rapidoid/rapidoid
 public boolean remove(Object bean) {
   return DEFAULT_CONTEXT.remove(bean);
 }