Added @ThreadSafe to a bunch of stuff.
This commit is contained in:
@@ -2,14 +2,14 @@ package net.rubygrapefruit.platform;
|
||||
|
||||
/**
|
||||
* Functions to query and modify a process' state.
|
||||
*
|
||||
* Supported on Linux, OS X, Windows.
|
||||
*/
|
||||
@ThreadSafe
|
||||
public interface Process extends NativeIntegration {
|
||||
/**
|
||||
* Returns the process identifier.
|
||||
*
|
||||
* @throws NativeException On failure.
|
||||
*/
|
||||
@ThreadSafe
|
||||
int getProcessId() throws NativeException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user