Annotation Interface AfterConstruction


@Target(METHOD) @Retention(RUNTIME) public @interface AfterConstruction
Annotates a Component method to be called after this component is constructed and its components filled.

The annotated method must be publicly accessible, return void, and take no parameters.

Author:
Matthew Tropiano
See Also: