Package org.carrot2.util.annotations

Marker annotations.

See:
          Description

Annotation Types Summary
AspectModified Marker interface for applying to code elements that are modified using aspects to facilitate tracking.
Immutable Marker interface for classes that are immutable (once created, never change their state.
ThreadSafe Marker interface for classes that can be used safely by more than one thread (concurrently).
 

Package org.carrot2.util.annotations Description

Marker annotations.



Copyright (c) Dawid Weiss, Stanislaw Osinski