How to order right class members if I have:
public static final Const;//Constants
@Inject//Some injections
@BindView//Some butterknife binds
private Object object;//Just objects
private int number;//Primitives
Usualy @Inject and @BindView is on top then constants objects and primitivs