@Retention(value=RUNTIME) @Documented @Target(value=TYPE) public @interface Startup
@Startup
beans
have their PostConstruct methods called early in the server-side CDI application lifecycle.Modifier and Type | Optional Element and Description |
---|---|
int |
priority |
StartupType |
value
Specifies which cohort this bean is initialized in.
|
public abstract StartupType value
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.