@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Unsafe
Registrable
is unsafe and should be treated
accordingly by the core service implementations.
In general all not thread safe implementations should be marked as unsafe.
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
Optional description of the unsafe feature.
|