Java Small Class Icon - Android Studio

I do not know what I did ... But this is the only file that has a Pin icon . What does this mean and how can I remove it? Thank!

enter image description here

+4
source share
2 answers

This class javahas a pin because this class is afinal class

Maybe you stated that the class is like final class:)

To learn more about: Android Studio Symbols

+4
source

what is it?

This is because you declared this class as final class because it shows this icon badge.

How to remove icon badge?

, .

symbols, Android.

enter image description here

+4

Source: https://habr.com/ru/post/1686378/


All Articles