Check all superclasses of the annotated class for OptConfig annotations.
This works on config classes (
OptConfig) and section classes (
Section).
If fields/sections with the same name are found in the superclasses, they will be ignored.
The superclass fields/sections are appended to the end.
The superclass config/sections annotations will be overwritten by the subclass annotations (this includes header, version, migrators, etc.).
This annotation does
not propagate to sections in the config class.
The superclass annotation must be the same as the subclass annotation.