DefaultBehavior
Deprecated
Use AttachedBehavior instead
Defines the default Behavior of a View class.
When writing a custom view, use this annotation to define the default behavior when used as a direct child of an CoordinatorLayout. The default behavior can be overridden using setBehavior.
Example: @DefaultBehavior(MyBehavior.class)