When creating new .java files and setting "autoHeader" to "autoSave", the correct header auto-populates at the top of the new file, but the package identifier ("package com.etc.etc") and class declaration ("public class Class") gets overwritten. Is there a way to auto-generate the headers above the regularly auto-generated content without completely overwriting it? Thanks!