How to configure Eclipse so it adds private fields at the bottom of a Java class?

Viewed 853

How to configure Eclipse so it adds private fields at the bottom of a Java class?

By default when I select 'create a field..' the field gets added at the top of the class. Can I configure Eclipse so the fields are added at the bottom instead?

1 Answers
Related