in Android Studio 2.3.3 File → Settings → Editor → Code Style → Java → Wrapper and Braces → Field Annotations → set to “Don't Wrap”
but this will not allow AS to put a new line in all field annotations.
, @BindView, , , AS . ,
@Nullable
String foo;
@BindView View bar;
, AS , .