Annotation Type DelayRegistrationUntil
-
@Retention(RUNTIME) @Target(TYPE) public @interface DelayRegistrationUntil
Delay registration until specified CDI event is fired.
-
-
Element Detail
-
event
Class<?> event
The class of the CDI event that will trigger the registration- Default:
- void.class
-
-