Skip to main content
added explanation from comments to improve answer's quality
Source Link

You can name interface with prefix I (IWhatever) and then make implementation Whatever.

Official Java code conventions don't tell about this kind of naming for interfaces, however this kind of naming helps recognition and navigation.

You can name interface with prefix I (IWhatever) and then make implementation Whatever.

You can name interface with prefix I (IWhatever) and then make implementation Whatever.

Official Java code conventions don't tell about this kind of naming for interfaces, however this kind of naming helps recognition and navigation.

Source Link
user1449
user1449

You can name interface with prefix I (IWhatever) and then make implementation Whatever.