Package com.nickuc.login.api.annotation
Annotation Interface ProxyUnsafe
Indicates that the operation is not safe for
PROXY
implementations.
It is recommended to check if the API is available before performing any operation, using the nLoginAPI.isAvailable()
method.