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 TypeInterfaceDescriptioninterface
Interface for a meta error processor catching errors detected by the common module methods.final class
Service 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 TypeInterfaceDescriptioninterface
Auxiliary 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 TypeClassDescriptionclass
Template providing disposable functionality.class
Allows 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 class
Set of auxiliary methods to process arrays.final class
Set of auxiliary methods for assertion.class
The 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 class
Auxiliary tool to defer some actions and process them in some point in future.final class
Auxiliary methods to get values.final class
Auxiliary methods for IO operations.final class
Auxiliary methods for thread processing.final class
Allows to detect violations of execution time for code blocks or just measure time for them.static interface
Interface for any object to be informed about time alerts.static final class
Data container for time watching action.