@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface PetiteInitMethod
Modifier and Type | Optional Element and Description |
---|---|
InitMethodInvocationStrategy |
invoke
Defines init method invocation strategy, i.e. moment in beans lifecycle when
init methods will be invoked.
|
int |
order
Indicates the order of init method.
|
public abstract int order
public abstract InitMethodInvocationStrategy invoke
Copyright © 2003-present Jodd Team