Is there a way to \"inherit\" imports?
Example:
Common enum:
public enum Constant{ ONE, TWO, THREE }
Base clas
If you're using Eclipse, use "Organize Imports" (Ctrl+Shift+O) to let the IDE do the imports for you (or use code completion (Ctrl+Space)