8 lines
139 B
Java
8 lines
139 B
Java
package net.rubygrapefruit.platform;
|
|
|
|
/**
|
|
* Indicates that the given class or method is thread safe.
|
|
*/
|
|
public @interface ThreadSafe {
|
|
}
|