| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| NotThreadSafe |
|
| 0.0;0 |
| 1 | package org.webslinger.lang.annotation; | |
| 2 | ||
| 3 | import java.lang.annotation.Documented; | |
| 4 | import java.lang.annotation.ElementType; | |
| 5 | import java.lang.annotation.Target; | |
| 6 | ||
| 7 | @Documented | |
| 8 | @Target(ElementType.TYPE) | |
| 9 | public @interface NotThreadSafe { | |
| 10 | } |