|
|||||||||
| 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 | |
|---|---|
boolean |
firstOff
Indicates that method will be initialized right after the wiring and before parameters setup. |
int |
order
Indicates the order of init method. |
public abstract int order
public abstract boolean firstOff
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||