JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.maven.api.annotations
NotThreadSafe
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface NotThreadSafe
@Experimental
@Documented
@Retention
(
CLASS
)
@Target
(
TYPE
)
public @interface
NotThreadSafe
This annotation indicates that the annotated type is
not
threadsafe and should only be used by a single thread.
Since:
4.0.0
See Also:
ThreadSafe