@Retention(value=SOURCE) public @interface ShouldUpdate
Modifier and Type | Optional Element and Description |
---|---|
boolean |
onMount
Note: This should only be set in the context of
MountSpec . |
public abstract boolean onMount
MountSpec
. Will be ignored for
LayoutSpec
types.