@Retention(value=CLASS) @Target(value=TYPE) public @interface DataBound
Can be used on enhanced Activities, Fragments and ViewGroups to mark them to use the Data Binding library to inflate the layout.
Example :
@DataBound
@EActivity(R.layout.my_activity)
public class MyActivity extends Activity {
}
BindingObjectCopyright © 2010–2020 simpligility technologies inc.. All rights reserved.