@Documented
@Target(value=TYPE)
@Retention(value=CLASS)
public @interface ThreadSafeAfterInit
ThreadSafe
annotation after its initialization and before its destruction.
Primarily, but not exclusively, addresses the behavior of components based on the
InitializableComponent interface.