I set Java's "Implemented Method Body" (Settings -> Editor -> File and Code Template -> Implemented Method Body) to throw new NotImplementedException();
.
But NotImplementedException
requires import sun.reflect.generics.reflectiveObjects.NotImplementedException;
.
So how can I add this import automatically?