Android APIs
public static abstract @interface

CoordinatorLayout.DefaultBehavior

implements Annotation
android.support.design.widget.CoordinatorLayout.DefaultBehavior

Class Overview

Defines the default CoordinatorLayout.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(CoordinatorLayout.Behavior).

Example: @DefaultBehavior(MyBehavior.class)

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation