Returns true if this variable is declared with the private modifier. @return true if private @since 5.0.0
()
| 140 | * @since 5.0.0 |
| 141 | */ |
| 142 | default boolean isPrivate() { |
| 143 | return (getModifiers() & ACC_PRIVATE) != 0; |
| 144 | } |
| 145 |
no outgoing calls
no test coverage detected