-
Feature Request
-
Resolution: Done
-
Critical
-
2.0.0.Beta5
-
None
-
None
Using:
@AroundConstruct public void validateConstructorInvocation(InvocationContext ctx) throws Exception { // ... }
works. When using:
@AroundConstruct public Object validateConstructorInvocation(InvocationContext ctx) throws Exception { // ... }
no callback is received.