Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
ProtectedMemberInFinalClass.html
blob: a5234a1e8e543dce12528df2220aa287af38f2f2 [
file
] [
log
] [
blame
]
<html>
<body>
Reports members being declared
<b>
protected
</b>
in
classes that are declared
<b>
final
</b>
. Such members may be declared
<b>
private
</b>
or package-visible instead.
<!-- tooltip end -->
<p>
</body>
</html>