@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.
Copyright © 1999–2016. All rights reserved.