Annotating methods with no implementation
问题 In the interest of clean and beautiful code, I've been looking for an answer to a question that's popped up whist documenting my latest project. Often times, there will be an abstract class or interface with methods requiring implementation; and occasionally, the class inheriting these methods have other specific and unique methods which make those inherited obsolete, and thus never referenced. To avoid adding functionality where functionality is not used, I've left these obsolete inherited