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