Returns true if this variable is declared with the protected modifier. @return true if protected @since 5.0.0
()
| 150 | * @since 5.0.0 |
| 151 | */ |
| 152 | default boolean isProtected() { |
| 153 | return (getModifiers() & ACC_PROTECTED) != 0; |
| 154 | } |
| 155 |
no outgoing calls
no test coverage detected