Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ConvertInterfaceToClassIntention
/
description.html
blob: 7dbb0a60fd08450a74dc7fe033930d12545531ae [
file
]
<html>
<body>
This intention converts an
<b>
interface
</b>
to an
<b>
abstract class
</b>
,
replacing
<b>
implements
</b>
clauses by
<b>
extends
</b>
clauses in inheriting classes.
</body>
</html>