Annotation Type ThreadSafeAfterInit
-
@Documented @Target(TYPE) @Retention(CLASS) public @interface ThreadSafeAfterInit
Indicates that the annotated class will meet the definition of theThreadSafeannotation after its initialization and before its destruction.Primarily, but not exclusively, addresses the behavior of components based on the
InitializableComponentinterface.