if (postConstructMethods.size() > 0)
throw new IllegalStateException();
Method method = CandiUtil.getDummyPostConstruct();
AnnotatedMethodImpl annMethod;
annMethod = new AnnotatedMethodImpl(getBeanType(), null, method);
annMethod.addAnnotation(new PostConstructLiteral());
AspectGenerator<X> methodGen
= getLifecycleAspectFactory().create(annMethod);
if (methodGen != null) {