public class BinderAnnotations
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BinderAnnotations.BindBehavior |
static interface |
BinderAnnotations.BindMode
Indicates when the
Binder should be run. |
static interface |
BinderAnnotations.ConfirmRebinding
Presence of this annotation on a
Binder(2) indicates that the framework should query the user to confirm any changes that the Binder or Binder2 had made. |
static interface |
BinderAnnotations.SimpleRebindChecking
Presence of this annotation on a
Binder(2) indicates that the framework can skip calling the canBind method and just assume Node checking will work. |
| Constructor and Description |
|---|
BinderAnnotations() |