@Target(value=METHOD)
@Retention(value=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