Uses of Annotation Type
javax.annotation.concurrent.ThreadSafe
Packages that use ThreadSafe
Package
Description
-
Uses of ThreadSafe in com.igormaznitsa.meta.common.exceptions
Classes in com.igormaznitsa.meta.common.exceptions with annotations of type ThreadSafeModifier and TypeInterfaceDescriptioninterfaceInterface for a meta error processor catching errors detected by the common module methods.final classService containing all error listeners for the common module methods and providing their notifications. -
Uses of ThreadSafe in com.igormaznitsa.meta.common.interfaces
Classes in com.igormaznitsa.meta.common.interfaces with annotations of type ThreadSafeModifier and TypeInterfaceDescriptioninterfaceAuxiliary interface describing disposable object. -
Uses of ThreadSafe in com.igormaznitsa.meta.common.templates
Classes in com.igormaznitsa.meta.common.templates with annotations of type ThreadSafeModifier and TypeClassDescriptionclassTemplate providing disposable functionality.classAllows to keep information about point where instance of the class was created. -
Uses of ThreadSafe in com.igormaznitsa.meta.common.utils
Classes in com.igormaznitsa.meta.common.utils with annotations of type ThreadSafeModifier and TypeClassDescriptionfinal classSet of auxiliary methods to process arrays.final classSet of auxiliary methods for assertion.classThe Class allows to save stack trace history (it is possible to keep it in packed format) and restore it to text representation for request.final classAuxiliary tool to defer some actions and process them in some point in future.final classAuxiliary methods to get values.final classAuxiliary methods for IO operations.final classAuxiliary methods for thread processing.final classAllows to detect violations of execution time for code blocks or just measure time for them.static interfaceInterface for any object to be informed about time alerts.static final classData container for time watching action.