&& method.getParameterTypes().length != 0) {
throw new ConfigException(location(method)
+ L.l("{0}: @PostConstruct is requires zero arguments"));
}
PostConstructProgram initProgram
= new PostConstructProgram(annMethod, method);
if (! initList.contains(initProgram))
initList.add(initProgram);
}
}