-
Sub-task
-
Resolution: Done
-
Major
-
2.3.3.Final
-
None
-
None
Currently it's possible to declare following callback on target class:
@PostConstruct void method(Object object){}
Interceptor spec (2.6 Interceptors for Lifecycle Event Callbacks) says only that:
Lifecycle callback interceptor methods defined on a target class have the following signature:
void <METHOD>()
- relates to
-
WELD-1348 Relax requirements for interceptor method signatures
- Resolved