|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,PACKAGE})
public @interface PetiteInitMethodPoints to the Petite bean implementation. If used on an interfaces, Petite will resolve specified implementation. If used on package, all interfaces marked with PetiteBean will be resolved to real implementation.
| Optional Element Summary | |
|---|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||