Sign in
android
/
platform
/
tools
/
idea
/
refs/heads/android11-tests-release
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
ProtectedMemberInFinalClass.html
blob: a5234a1e8e543dce12528df2220aa287af38f2f2 [
file
] [
log
] [
blame
] [
edit
]
<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>