Package defaultj.annotations
Annotation Type PostConstruct
-
@Target(METHOD) @Retention(RUNTIME) public @interface PostConstruct
A ready to use annotation to specify that the method should be run after constructor is called by DefaultJ. NOTE: This is only done if the object is created by ConstructorSupplierFinder.- Author:
- NawaMan -- nawa@nawaman.net