I have following fragment class written in Java using the new databinding library
import com.example.app.databinding.FragmentDataBdinding; public class Data
It works with 1.0-rc4, put
kapt 'com.android.databinding:compiler:1.0-rc4'
into your dependencies
Thanks Ghedeon, for the link in comments
Update: Here's a really simple hello world example project