public interface Registration
Registrable
instance.
The current registration status is obtained from an underlying
registrable object.Registrable
,
Provider
Modifier and Type | Method and Description |
---|---|
boolean |
isProvided()
Returns
true if the underlying registrable
object is provided by an object provider, false otherwise. |
boolean |
isRegistered()
Returns
true if the underlying registrable
object is currently registered, false otherwise. |
boolean isRegistered()
true
if the underlying registrable
object is currently registered, false
otherwise.boolean isProvided()
true
if the underlying registrable
object is provided by an object provider, false
otherwise.java.lang.UnsupportedOperationException
- if the isProvided
operation is not supported by this registration