JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.apache.maven.api.annotations
Annotation Type 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